pub enum CRR {
RESET,
_Reserved(bool),
}
Expand description
Possible values of the field CR
Variants§
Implementations§
Trait Implementations§
impl Copy for CRR
impl StructuralPartialEq for CRR
Auto Trait Implementations§
impl Freeze for CRR
impl RefUnwindSafe for CRR
impl Send for CRR
impl Sync for CRR
impl Unpin for CRR
impl UnwindSafe for CRR
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