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