pub struct DCTRL { /* private fields */ }
Expand description
data control register
Implementations§
Auto Trait Implementations§
impl !Freeze for DCTRL
impl !RefUnwindSafe for DCTRL
impl Send for DCTRL
impl !Sync for DCTRL
impl Unpin for DCTRL
impl UnwindSafe for DCTRL
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