pub struct FlagClassId(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for FlagClassId
impl Clone for FlagClassId
source§fn clone(&self) -> FlagClassId
fn clone(&self) -> FlagClassId
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 FlagClassId
impl Debug for FlagClassId
source§impl Display for FlagClassId
impl Display for FlagClassId
source§impl From<FlagClassId> for u32
impl From<FlagClassId> for u32
source§fn from(value: FlagClassId) -> Self
fn from(value: FlagClassId) -> Self
Converts to this type from the input type.
source§impl From<u32> for FlagClassId
impl From<u32> for FlagClassId
source§impl Hash for FlagClassId
impl Hash for FlagClassId
source§impl Ord for FlagClassId
impl Ord for FlagClassId
source§fn cmp(&self, other: &FlagClassId) -> Ordering
fn cmp(&self, other: &FlagClassId) -> 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 FlagClassId
impl PartialEq for FlagClassId
source§impl PartialOrd for FlagClassId
impl PartialOrd for FlagClassId
impl Copy for FlagClassId
impl Eq for FlagClassId
impl StructuralPartialEq for FlagClassId
Auto Trait Implementations§
impl Freeze for FlagClassId
impl RefUnwindSafe for FlagClassId
impl Send for FlagClassId
impl Sync for FlagClassId
impl Unpin for FlagClassId
impl UnwindSafe for FlagClassId
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