pub enum RadioMode {
Nrf1Mbit = 0,
Nrf2Mbit = 1,
Nrt250Kbit = 2,
Ble1Mbit = 3,
}
Variants§
Auto Trait Implementations§
impl Freeze for RadioMode
impl RefUnwindSafe for RadioMode
impl Send for RadioMode
impl Sync for RadioMode
impl Unpin for RadioMode
impl UnwindSafe for RadioMode
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