#[repr(u8)]pub enum WifiAnt {
Ant0 = 0,
Ant1 = 1,
Max = 2,
}
Expand description
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for WifiAnt
impl TryFromPrimitive for WifiAnt
impl Copy for WifiAnt
impl StructuralPartialEq for WifiAnt
Auto Trait Implementations§
impl Freeze for WifiAnt
impl RefUnwindSafe for WifiAnt
impl Send for WifiAnt
impl Sync for WifiAnt
impl Unpin for WifiAnt
impl UnwindSafe for WifiAnt
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