Struct embassy_stm32::adc::VrefInt
source · pub struct VrefInt;
Expand description
Internal voltage reference channel.
Trait Implementations§
impl<T: Instance> InternalChannel<T> for VrefInt
Auto Trait Implementations§
impl RefUnwindSafe for VrefInt
impl Send for VrefInt
impl Sync for VrefInt
impl Unpin for VrefInt
impl UnwindSafe for VrefInt
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