Struct _EXPCMDSTATE
#[repr(transparent)]pub struct _EXPCMDSTATE(pub i32);Tuple Fields§
§0: i32Implementations§
§impl _EXPCMDSTATE
 
impl _EXPCMDSTATE
Trait Implementations§
§impl BitAnd for _EXPCMDSTATE
 
impl BitAnd for _EXPCMDSTATE
§impl BitAndAssign for _EXPCMDSTATE
 
impl BitAndAssign for _EXPCMDSTATE
§fn bitand_assign(&mut self, other: Self)
 
fn bitand_assign(&mut self, other: Self)
Performs the 
&= operation. Read more§impl BitOr for _EXPCMDSTATE
 
impl BitOr for _EXPCMDSTATE
§impl BitOrAssign for _EXPCMDSTATE
 
impl BitOrAssign for _EXPCMDSTATE
§fn bitor_assign(&mut self, other: Self)
 
fn bitor_assign(&mut self, other: Self)
Performs the 
|= operation. Read more§impl Clone for _EXPCMDSTATE
 
impl Clone for _EXPCMDSTATE
§fn clone(&self) -> _EXPCMDSTATE
 
fn clone(&self) -> _EXPCMDSTATE
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 more§impl Debug for _EXPCMDSTATE
 
impl Debug for _EXPCMDSTATE
§impl Default for _EXPCMDSTATE
 
impl Default for _EXPCMDSTATE
§fn default() -> _EXPCMDSTATE
 
fn default() -> _EXPCMDSTATE
Returns the “default value” for a type. Read more
§impl Not for _EXPCMDSTATE
 
impl Not for _EXPCMDSTATE
§impl PartialEq for _EXPCMDSTATE
 
impl PartialEq for _EXPCMDSTATE
impl Copy for _EXPCMDSTATE
impl Eq for _EXPCMDSTATE
impl StructuralPartialEq for _EXPCMDSTATE
Auto Trait Implementations§
impl Freeze for _EXPCMDSTATE
impl RefUnwindSafe for _EXPCMDSTATE
impl Send for _EXPCMDSTATE
impl Sync for _EXPCMDSTATE
impl Unpin for _EXPCMDSTATE
impl UnwindSafe for _EXPCMDSTATE
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