pub struct EMMC;
Expand description
Type marker for eMMC-specific extensions.
Trait Implementations§
impl Copy for EMMC
Auto Trait Implementations§
impl Freeze for EMMC
impl RefUnwindSafe for EMMC
impl Send for EMMC
impl Sync for EMMC
impl Unpin for EMMC
impl UnwindSafe for EMMC
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