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