pub struct RawValuesSen62Sen63c {
pub ambient_humidity: Option<Percent>,
pub ambient_temperature: Option<DegCelsius>,
}Expand description
Raw (uncompensated) values from a SEN62 or SEN63C.
A field is None when that value is unavailable.
Fields§
§ambient_humidity: Option<Percent>Ambient Humidity
ambient_temperature: Option<DegCelsius>Ambient Temperature
Trait Implementations§
Source§impl Clone for RawValuesSen62Sen63c
impl Clone for RawValuesSen62Sen63c
Source§fn clone(&self) -> RawValuesSen62Sen63c
fn clone(&self) -> RawValuesSen62Sen63c
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawValuesSen62Sen63c
impl Debug for RawValuesSen62Sen63c
Source§impl<'de> Deserialize<'de> for RawValuesSen62Sen63c
impl<'de> Deserialize<'de> for RawValuesSen62Sen63c
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RawValuesSen62Sen63c
Source§impl PartialEq for RawValuesSen62Sen63c
impl PartialEq for RawValuesSen62Sen63c
Source§fn eq(&self, other: &RawValuesSen62Sen63c) -> bool
fn eq(&self, other: &RawValuesSen62Sen63c) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RawValuesSen62Sen63c
impl Serialize for RawValuesSen62Sen63c
impl StructuralPartialEq for RawValuesSen62Sen63c
Auto Trait Implementations§
impl Freeze for RawValuesSen62Sen63c
impl RefUnwindSafe for RawValuesSen62Sen63c
impl Send for RawValuesSen62Sen63c
impl Sync for RawValuesSen62Sen63c
impl Unpin for RawValuesSen62Sen63c
impl UnsafeUnpin for RawValuesSen62Sen63c
impl UnwindSafe for RawValuesSen62Sen63c
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