pub struct DewPoint(/* private fields */);Expand description
Dew-point temperature stored in Celsius.
Implementations§
Trait Implementations§
Source§impl PartialOrd for DewPoint
impl PartialOrd for DewPoint
impl Copy for DewPoint
impl StructuralPartialEq for DewPoint
Auto Trait Implementations§
impl Freeze for DewPoint
impl RefUnwindSafe for DewPoint
impl Send for DewPoint
impl Sync for DewPoint
impl Unpin for DewPoint
impl UnsafeUnpin for DewPoint
impl UnwindSafe for DewPoint
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