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