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