pub struct WindChill(/* private fields */);Expand description
Wind chill stored as a descriptive Celsius value.
Implementations§
Trait Implementations§
Source§impl PartialOrd for WindChill
impl PartialOrd for WindChill
impl Copy for WindChill
impl StructuralPartialEq for WindChill
Auto Trait Implementations§
impl Freeze for WindChill
impl RefUnwindSafe for WindChill
impl Send for WindChill
impl Sync for WindChill
impl Unpin for WindChill
impl UnsafeUnpin for WindChill
impl UnwindSafe for WindChill
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