pub struct VrefInt;
Trait Implementations§
source§impl<T: Instance> AdcChannel<T> for VrefInt
impl<T: Instance> AdcChannel<T> 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 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