pub struct RESPCMD { /* private fields */ }
Expand description
command response register
Implementations§
Auto Trait Implementations§
impl !Freeze for RESPCMD
impl !RefUnwindSafe for RESPCMD
impl Send for RESPCMD
impl !Sync for RESPCMD
impl Unpin for RESPCMD
impl UnwindSafe for RESPCMD
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