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