Struct CmdState
#[repr(transparent)]pub struct CmdState(pub c_int);Expand description
Command state.
Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for CmdState
impl Eq for CmdState
impl StructuralPartialEq for CmdState
Auto Trait Implementations§
impl Freeze for CmdState
impl RefUnwindSafe for CmdState
impl Send for CmdState
impl Sync for CmdState
impl Unpin for CmdState
impl UnwindSafe for CmdState
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