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