Struct esp32c3_hal::peripherals::ASSIST_DEBUG
source · pub struct ASSIST_DEBUG { /* private fields */ }
Implementations§
source§impl ASSIST_DEBUG
impl ASSIST_DEBUG
sourcepub unsafe fn steal() -> ASSIST_DEBUG
pub unsafe fn steal() -> ASSIST_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 Debug for ASSIST_DEBUG
impl Debug for ASSIST_DEBUG
source§impl Deref for ASSIST_DEBUG
impl Deref for ASSIST_DEBUG
source§impl DerefMut for ASSIST_DEBUG
impl DerefMut for ASSIST_DEBUG
source§impl Peripheral for ASSIST_DEBUG
impl Peripheral for ASSIST_DEBUG
§type P = ASSIST_DEBUG
type P = ASSIST_DEBUG
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <ASSIST_DEBUG as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <ASSIST_DEBUG as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ASSIST_DEBUG
impl Send for ASSIST_DEBUG
impl Sync for ASSIST_DEBUG
impl Unpin for ASSIST_DEBUG
impl UnwindSafe for ASSIST_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