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