#[repr(C)]pub struct RelativeHumidity {
pub header: Header,
pub relative_humidity: f64,
pub variance: f64,
}Fields§
§header: Header§relative_humidity: f64§variance: f64Implementations§
Trait Implementations§
Source§impl Clone for RelativeHumidity
impl Clone for RelativeHumidity
Source§impl Debug for RelativeHumidity
impl Debug for RelativeHumidity
Source§impl Default for RelativeHumidity
impl Default for RelativeHumidity
Source§impl<'de> Deserialize<'de> for RelativeHumidity
impl<'de> Deserialize<'de> for RelativeHumidity
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
Source§impl PartialEq for RelativeHumidity
impl PartialEq for RelativeHumidity
Source§impl RosFieldType for RelativeHumidity
impl RosFieldType for RelativeHumidity
Source§fn ros_field_type() -> FieldType
fn ros_field_type() -> FieldType
Returns the FieldType for this type when used as a field.
Source§fn referenced_types() -> Vec<IndividualTypeDescription>
fn referenced_types() -> Vec<IndividualTypeDescription>
Returns referenced type descriptions (empty for primitives, populated for nested types).
Source§impl Serialize for RelativeHumidity
impl Serialize for RelativeHumidity
Source§impl TryClone for RelativeHumidity
impl TryClone for RelativeHumidity
Source§impl TypeDescription for RelativeHumidity
impl TypeDescription for RelativeHumidity
Source§fn type_description() -> TypeDescriptionMsg
fn type_description() -> TypeDescriptionMsg
Get the type description for this type Read more
Source§fn message_type_name() -> MessageTypeName
fn message_type_name() -> MessageTypeName
Get the message type name information Read more
Auto Trait Implementations§
impl Freeze for RelativeHumidity
impl RefUnwindSafe for RelativeHumidity
impl Send for RelativeHumidity
impl Sync for RelativeHumidity
impl Unpin for RelativeHumidity
impl UnsafeUnpin for RelativeHumidity
impl UnwindSafe for RelativeHumidity
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