pub enum CSRW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field CSR
Variants§
DISABLED
Counters roll over to zero after reaching the maximum value
ENABLED
Counters do not roll over to zero after reaching the maximum value
Auto Trait Implementations§
impl Freeze for CSRW
impl RefUnwindSafe for CSRW
impl Send for CSRW
impl Sync for CSRW
impl Unpin for CSRW
impl UnwindSafe for CSRW
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