pub struct TemperatureAcceleration { /* private fields */ }Expand description
Temperature acceleration parameters for the RH/T engine. No documentation on these has been published so far.
Implementations§
Trait Implementations§
Source§impl From<TemperatureAcceleration> for [u16; 4]
impl From<TemperatureAcceleration> for [u16; 4]
Source§fn from(value: TemperatureAcceleration) -> Self
fn from(value: TemperatureAcceleration) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TemperatureAcceleration
impl RefUnwindSafe for TemperatureAcceleration
impl Send for TemperatureAcceleration
impl Sync for TemperatureAcceleration
impl Unpin for TemperatureAcceleration
impl UnwindSafe for TemperatureAcceleration
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