pub struct VddCore;
Trait Implementations§
source§impl<T: Instance> AdcChannel<T> for VddCore
impl<T: Instance> AdcChannel<T> for VddCore
fn degrade_adc(self) -> AnyAdcChannel<T>
Auto Trait Implementations§
impl Freeze for VddCore
impl RefUnwindSafe for VddCore
impl Send for VddCore
impl Sync for VddCore
impl Unpin for VddCore
impl UnwindSafe for VddCore
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