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