pub struct RADIO { /* private fields */ }
Expand description
RADIO peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for RADIO
impl Peripheral for RADIO
Auto Trait Implementations§
impl Freeze for RADIO
impl RefUnwindSafe for RADIO
impl Send 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