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