Struct SHCNE_ID
#[repr(transparent)]pub struct SHCNE_ID(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for SHCNE_ID
impl BitAndAssign for SHCNE_ID
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for SHCNE_ID
impl BitOrAssign for SHCNE_ID
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for SHCNE_ID
impl Eq for SHCNE_ID
impl StructuralPartialEq for SHCNE_ID
Auto Trait Implementations§
impl Freeze for SHCNE_ID
impl RefUnwindSafe for SHCNE_ID
impl Send for SHCNE_ID
impl Sync for SHCNE_ID
impl Unpin for SHCNE_ID
impl UnwindSafe for SHCNE_ID
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