Struct esp32_hal::peripherals::SDMMC
source · pub struct SDMMC { /* private fields */ }
Implementations§
source§impl SDMMC
impl SDMMC
sourcepub unsafe fn steal() -> SDMMC
pub unsafe fn steal() -> SDMMC
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for SDMMC
impl Peripheral for SDMMC
Auto Trait Implementations§
impl RefUnwindSafe for SDMMC
impl Send for SDMMC
impl Sync for SDMMC
impl Unpin for SDMMC
impl UnwindSafe for SDMMC
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