pub struct Ms5611Sample {
pub pressure_mbar: f32,
pub temperature_c: f32,
}
Expand description
Output from the MS5611.
Fields§
§pressure_mbar: f32
Pressure measured in millibars.
temperature_c: f32
Temperature in celsius.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ms5611Sample
impl RefUnwindSafe for Ms5611Sample
impl Send for Ms5611Sample
impl Sync for Ms5611Sample
impl Unpin for Ms5611Sample
impl UnwindSafe for Ms5611Sample
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