#[repr(C)]pub struct mmc_cdb_s {
pub field: [u8; 12],
}Fields§
§field: [u8; 12]Trait Implementations§
Auto Trait Implementations§
impl Freeze for mmc_cdb_s
impl RefUnwindSafe for mmc_cdb_s
impl Send for mmc_cdb_s
impl Sync for mmc_cdb_s
impl Unpin for mmc_cdb_s
impl UnwindSafe for mmc_cdb_s
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