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