#[repr(u8)]pub enum CerrNop {
NORMAL_OPS = 0,
NO_OPS = 1,
}Variants§
NORMAL_OPS = 0
Normal operation
NO_OPS = 1
No operation; all other fields in this register are ignored.
Implementations§
Trait Implementations§
Source§impl Ord for CerrNop
impl Ord for CerrNop
Source§impl PartialOrd for CerrNop
impl PartialOrd for CerrNop
impl Copy for CerrNop
impl Eq for CerrNop
impl StructuralPartialEq for CerrNop
Auto Trait Implementations§
impl Freeze for CerrNop
impl RefUnwindSafe for CerrNop
impl Send for CerrNop
impl Sync for CerrNop
impl Unpin for CerrNop
impl UnwindSafe for CerrNop
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