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