pub struct DAC2 { /* private fields */ }
Expand description
DAC channel
Implementations
Auto Trait Implementations
impl RefUnwindSafe for DAC2
impl Send for DAC2
impl Sync for DAC2
impl Unpin for DAC2
impl UnwindSafe for DAC2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more