pub struct CmdBlock(pub [u32; 16]);
Expand description
Command Block buffer for SDMMC command transfers.
This is a 16-word array, exposed so that DMA commpatible memory can be used if required.
Tuple Fields§
§0: [u32; 16]
Implementations§
Trait Implementations§
impl Eq for CmdBlock
impl StructuralPartialEq for CmdBlock
Auto Trait Implementations§
impl Freeze for CmdBlock
impl RefUnwindSafe for CmdBlock
impl Send for CmdBlock
impl Sync for CmdBlock
impl Unpin for CmdBlock
impl UnwindSafe for CmdBlock
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