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