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