pub struct DOR2 { /* private fields */ }Expand description
DAC channel2 data output register (DAC_DOR2)
Implementations§
Auto Trait Implementations§
impl !Freeze for DOR2
impl !RefUnwindSafe for DOR2
impl Send for DOR2
impl !Sync for DOR2
impl Unpin for DOR2
impl UnwindSafe for DOR2
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