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