Struct stm32f4xx_hal::adc::Vbat
source · [−]pub struct Vbat;
Expand description
Vbat internal signal, used for monitoring the battery (if used)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vbat
impl Send for Vbat
impl Sync for Vbat
impl Unpin for Vbat
impl UnwindSafe for Vbat
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