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