Expand description
Host to Card commands
Fields
cmd: u8
arg: u32
Implementations
sourceimpl<R: Resp> Cmd<R>
impl<R: Resp> Cmd<R>
pub fn response_len(&self) -> ResponseLen
Auto Trait Implementations
impl<R> RefUnwindSafe for Cmd<R> where
R: RefUnwindSafe,
impl<R> Send for Cmd<R> where
R: Send,
impl<R> Sync for Cmd<R> where
R: Sync,
impl<R> Unpin for Cmd<R> where
R: Unpin,
impl<R> UnwindSafe for Cmd<R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more