Struct rclrust_msg::sensor_msgs::msg::FluidPressure_Raw
source · [−]#[repr(C)]pub struct FluidPressure_Raw {
pub header: Header_Raw,
pub fluid_pressure: f64,
pub variance: f64,
}
Fields
header: Header_Raw
fluid_pressure: f64
variance: f64
Trait Implementations
sourceimpl Debug for FluidPressure_Raw
impl Debug for FluidPressure_Raw
sourceimpl Default for FluidPressure_Raw
impl Default for FluidPressure_Raw
sourceimpl Drop for FluidPressure_Raw
impl Drop for FluidPressure_Raw
sourceimpl FFIToRust for FluidPressure_Raw
impl FFIToRust for FluidPressure_Raw
type Target = FluidPressure
unsafe fn to_rust(&self) -> Self::Target
impl Send for FluidPressure_Raw
impl Sync for FluidPressure_Raw
Auto Trait Implementations
impl RefUnwindSafe for FluidPressure_Raw
impl Unpin for FluidPressure_Raw
impl UnwindSafe for FluidPressure_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