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