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