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