pub struct Dac2 { /* private fields */ }Expand description
14-bit DAC
Implementations§
Trait Implementations§
impl Copy for Dac2
impl Eq for Dac2
impl Send for Dac2
impl StructuralPartialEq for Dac2
impl Sync for Dac2
Auto Trait Implementations§
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