Struct stm32f4xx_hal::adc::Vref
source · [−]pub struct Vref;
Expand description
Vref internal signal, used for calibration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vref
impl Send for Vref
impl Sync for Vref
impl Unpin for Vref
impl UnwindSafe for Vref
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more