pub struct SMHC2 { /* private fields */ }
Expand description
SD/MMC Host Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SMHC2
impl RefUnwindSafe for SMHC2
impl !Sync for SMHC2
impl Unpin for SMHC2
impl UnwindSafe for SMHC2
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