pub struct WindSpeed(pub u16);Expand description
Wind speed in statute miles per hour (APRS native unit).
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for WindSpeed
impl Eq for WindSpeed
impl StructuralPartialEq for WindSpeed
Auto Trait Implementations§
impl Freeze for WindSpeed
impl RefUnwindSafe for WindSpeed
impl Send for WindSpeed
impl Sync for WindSpeed
impl Unpin for WindSpeed
impl UnsafeUnpin for WindSpeed
impl UnwindSafe for WindSpeed
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