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