pub struct RADIO { /* private fields */ }Expand description
2.4 GHz Radio
Implementations§
Trait Implementations§
Source§impl Deref for RADIO
impl Deref for RADIO
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for RADIO
Auto Trait Implementations§
impl Freeze for RADIO
impl RefUnwindSafe for RADIO
impl !Sync for RADIO
impl Unpin for RADIO
impl UnsafeUnpin 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