pub struct DACCR { /* private fields */ }Expand description
DAC Control Register
Implementations§
Auto Trait Implementations§
impl !Freeze for DACCR
impl !RefUnwindSafe for DACCR
impl Send for DACCR
impl !Sync for DACCR
impl Unpin for DACCR
impl UnwindSafe for DACCR
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