Struct Tscal
#[repr(transparent)]pub struct Tscal(pub u32);
Expand description
Temperature sensor calibration values.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Tscal
impl Eq for Tscal
impl StructuralPartialEq for Tscal
Auto Trait Implementations§
impl Freeze for Tscal
impl RefUnwindSafe for Tscal
impl Send for Tscal
impl Sync for Tscal
impl Unpin for Tscal
impl UnwindSafe for Tscal
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