Struct rclrust_msg::sensor_msgs::msg::RelativeHumidity_Raw
source · [−]#[repr(C)]pub struct RelativeHumidity_Raw {
pub header: Header_Raw,
pub relative_humidity: f64,
pub variance: f64,
}
Fields
header: Header_Raw
relative_humidity: f64
variance: f64
Trait Implementations
sourceimpl Debug for RelativeHumidity_Raw
impl Debug for RelativeHumidity_Raw
sourceimpl Default for RelativeHumidity_Raw
impl Default for RelativeHumidity_Raw
sourceimpl Drop for RelativeHumidity_Raw
impl Drop for RelativeHumidity_Raw
sourceimpl FFIToRust for RelativeHumidity_Raw
impl FFIToRust for RelativeHumidity_Raw
type Target = RelativeHumidity
unsafe fn to_rust(&self) -> Self::Target
impl Send for RelativeHumidity_Raw
impl Sync for RelativeHumidity_Raw
Auto Trait Implementations
impl RefUnwindSafe for RelativeHumidity_Raw
impl Unpin for RelativeHumidity_Raw
impl UnwindSafe for RelativeHumidity_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more