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