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