pub enum CRW {
RESET,
}
Expand description
Values that can be written to the field CR
Variants§
RESET
Reset all counters. Cleared automatically
Auto Trait Implementations§
impl Freeze for CRW
impl RefUnwindSafe for CRW
impl Send for CRW
impl Sync for CRW
impl Unpin for CRW
impl UnwindSafe for CRW
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