pub struct TempSense<Input> { /* private fields */ }
Expand description
Adc Input Channel, measures internal temperature sensor
Auto Trait Implementations§
impl<Input> Freeze for TempSense<Input>
impl<Input> RefUnwindSafe for TempSense<Input>where
Input: RefUnwindSafe,
impl<Input> Send for TempSense<Input>where
Input: Send,
impl<Input> Sync for TempSense<Input>where
Input: Sync,
impl<Input> Unpin for TempSense<Input>where
Input: Unpin,
impl<Input> UnwindSafe for TempSense<Input>where
Input: UnwindSafe,
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