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