#[repr(C)]pub struct VtempCal30(/* private fields */);
Expand description
A temperature reading taken at 30°C stored at the factory
Implementations§
Source§impl VtempCal30
impl VtempCal30
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VtempCal30
impl RefUnwindSafe for VtempCal30
impl Send for VtempCal30
impl Sync for VtempCal30
impl Unpin for VtempCal30
impl UnwindSafe for VtempCal30
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