pub struct DAC8 { /* private fields */ }Expand description
8-bit D/A converter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DAC8
impl RefUnwindSafe for DAC8
impl !Sync for DAC8
impl Unpin for DAC8
impl UnwindSafe for DAC8
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