pub struct DHR12RD { /* private fields */ }
Expand description
Dual DAC 12-bit right-aligned data holding register
Implementations§
Auto Trait Implementations§
impl !Freeze for DHR12RD
impl !RefUnwindSafe for DHR12RD
impl Send for DHR12RD
impl !Sync for DHR12RD
impl Unpin for DHR12RD
impl UnwindSafe for DHR12RD
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