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