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