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