Struct nrf52840_pac::RADIO
source · pub struct RADIO { /* private fields */ }
Expand description
2.4 GHz radio
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RADIO
impl RefUnwindSafe for RADIO
impl !Sync for RADIO
impl Unpin for RADIO
impl UnwindSafe for RADIO
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