Struct embassy_stm32::adc::Vref
source · pub struct Vref;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vref
impl RefUnwindSafe for Vref
impl Send for Vref
impl Sync for Vref
impl Unpin for Vref
impl UnwindSafe for Vref
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