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