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