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