pub struct Temperature;Expand description
Core temperature internal signal
Trait Implementations§
Source§impl Channel<ADC> for Temperature
impl Channel<ADC> for Temperature
Source§impl Channel for Temperature
impl Channel for Temperature
fn set_sample_time(&mut self, adc: &ADC1, sample_time: SampleTime)
Auto Trait Implementations§
impl Freeze for Temperature
impl RefUnwindSafe for Temperature
impl Send for Temperature
impl Sync for Temperature
impl Unpin for Temperature
impl UnwindSafe for Temperature
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