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