pub enum RadioBand {
Low,
High,
}Variants§
Trait Implementations§
impl Copy for RadioBand
impl Eq for RadioBand
impl StructuralPartialEq for RadioBand
Auto Trait Implementations§
impl Freeze for RadioBand
impl RefUnwindSafe for RadioBand
impl Send for RadioBand
impl Sync for RadioBand
impl Unpin for RadioBand
impl UnsafeUnpin for RadioBand
impl UnwindSafe for RadioBand
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