pub struct CDNE { /* private fields */ }Expand description
Clear DONE Status Bit Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CDNE
impl !RefUnwindSafe for CDNE
impl Send for CDNE
impl !Sync for CDNE
impl Unpin for CDNE
impl UnwindSafe for CDNE
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