#[repr(transparent)]pub struct MetaExtTag(pub u64);
Expand description
A tag for a meta extension entry.
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Clone for MetaExtTag
impl Clone for MetaExtTag
Source§fn clone(&self) -> MetaExtTag
fn clone(&self) -> MetaExtTag
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MetaExtTag
impl Debug for MetaExtTag
Source§impl Hash for MetaExtTag
impl Hash for MetaExtTag
Source§impl Ord for MetaExtTag
impl Ord for MetaExtTag
Source§fn cmp(&self, other: &MetaExtTag) -> Ordering
fn cmp(&self, other: &MetaExtTag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MetaExtTag
impl PartialEq for MetaExtTag
Source§impl PartialOrd for MetaExtTag
impl PartialOrd for MetaExtTag
impl Copy for MetaExtTag
impl Eq for MetaExtTag
impl StructuralPartialEq for MetaExtTag
Auto Trait Implementations§
impl Freeze for MetaExtTag
impl ObjSafe for MetaExtTag
impl RefUnwindSafe for MetaExtTag
impl Send for MetaExtTag
impl StoreCopy for MetaExtTag
impl Sync for MetaExtTag
impl Unpin for MetaExtTag
impl UnwindSafe for MetaExtTag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more