pub struct Vref;
Trait Implementations§
Source§impl<T: Instance> AdcChannel<T> for Vref
impl<T: Instance> AdcChannel<T> for Vref
fn degrade_adc(self) -> AnyAdcChannel<T>
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