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