#[repr(C)]pub struct Dr { /* private fields */ }
Expand description
data register
Implementations§
Auto Trait Implementations§
impl Freeze for Dr
impl RefUnwindSafe for Dr
impl Send for Dr
impl Sync for Dr
impl Unpin for Dr
impl UnwindSafe for Dr
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