pub struct RawData { /* private fields */ }Expand description
Raw ADC output and status bits read directly from the sensor registers.
This struct holds the uncompensated data read from regs::ADDR_PRESS_MSB onwards.
It is used internally by the driver as input for the compensation formulas.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawData
impl RefUnwindSafe for RawData
impl Send for RawData
impl Sync for RawData
impl Unpin for RawData
impl UnwindSafe for RawData
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