pub struct VrefInt;Implementations§
Trait Implementations§
Source§impl AdcChannel<ADC1> for VrefInt
impl AdcChannel<ADC1> for VrefInt
fn degrade_adc(self) -> AnyAdcChannel<T>
Auto Trait Implementations§
impl Freeze for VrefInt
impl RefUnwindSafe for VrefInt
impl Send for VrefInt
impl Sync for VrefInt
impl Unpin for VrefInt
impl UnsafeUnpin 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