pub struct Rainfall(pub u16);Expand description
Rainfall in hundredths of an inch (APRS native unit).
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Rainfall
impl Eq for Rainfall
impl StructuralPartialEq for Rainfall
Auto Trait Implementations§
impl Freeze for Rainfall
impl RefUnwindSafe for Rainfall
impl Send for Rainfall
impl Sync for Rainfall
impl Unpin for Rainfall
impl UnsafeUnpin for Rainfall
impl UnwindSafe for Rainfall
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