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