pub struct Cmd<R: Resp> {
pub cmd: u8,
pub arg: u32,
/* private fields */
}
Expand description
Host to Card commands
Fields§
§cmd: u8
§arg: u32
Implementations§
Source§impl<R: Resp> Cmd<R>
impl<R: Resp> Cmd<R>
pub fn response_len(&self) -> ResponseLen
Auto Trait Implementations§
impl<R> Freeze for Cmd<R>
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§
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