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