pub struct CalcTempData { /* private fields */ }Expand description
Intermediate temperature values used for compensation.
temp_fine is a high-resolution temperature value calculated during temperature
compensation. It is carried over to pressure and humidity compensation formulas
to account for temperature dependencies.
Trait Implementations§
Source§impl Clone for CalcTempData
impl Clone for CalcTempData
Source§fn clone(&self) -> CalcTempData
fn clone(&self) -> CalcTempData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CalcTempData
impl Debug for CalcTempData
Source§impl Default for CalcTempData
impl Default for CalcTempData
Source§fn default() -> CalcTempData
fn default() -> CalcTempData
Returns the “default value” for a type. Read more
impl Copy for CalcTempData
Auto Trait Implementations§
impl Freeze for CalcTempData
impl RefUnwindSafe for CalcTempData
impl Send for CalcTempData
impl Sync for CalcTempData
impl Unpin for CalcTempData
impl UnwindSafe for CalcTempData
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