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