pub enum RadioPeripherals {
Phy,
Bt,
Ieee802154,
}
Variants§
Auto Trait Implementations§
impl Freeze for RadioPeripherals
impl RefUnwindSafe for RadioPeripherals
impl Send for RadioPeripherals
impl Sync for RadioPeripherals
impl Unpin for RadioPeripherals
impl UnwindSafe for RadioPeripherals
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