pub struct Humidity(pub i32);Expand description
Represents relative humidity.
Unit: Milli-percent (percent * 1000).
§Example
Humidity(45123) represents 45.123 %rH.
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
impl Copy for Humidity
Auto Trait Implementations§
impl Freeze for Humidity
impl RefUnwindSafe for Humidity
impl Send for Humidity
impl Sync for Humidity
impl Unpin for Humidity
impl UnwindSafe for Humidity
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