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