Struct esp32_hal::peripherals::SDHOST
source · pub struct SDHOST { /* private fields */ }
Implementations§
source§impl SDHOST
impl SDHOST
sourcepub unsafe fn steal() -> SDHOST
pub unsafe fn steal() -> SDHOST
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 SDHOST
impl Peripheral for SDHOST
Auto Trait Implementations§
impl RefUnwindSafe for SDHOST
impl Send for SDHOST
impl Sync for SDHOST
impl Unpin for SDHOST
impl UnwindSafe for SDHOST
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