Struct embassy_stm32::adc::Temperature
source · pub struct Temperature;
Expand description
Internal temperature channel.
Trait Implementations§
impl<T: Instance> InternalChannel<T> for Temperature
Auto Trait Implementations§
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