#[repr(u8)]pub enum CintNop {
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 CintNop
impl Ord for CintNop
Source§impl PartialOrd for CintNop
impl PartialOrd for CintNop
impl Copy for CintNop
impl Eq for CintNop
impl StructuralPartialEq for CintNop
Auto Trait Implementations§
impl Freeze for CintNop
impl RefUnwindSafe for CintNop
impl Send for CintNop
impl Sync for CintNop
impl Unpin for CintNop
impl UnwindSafe for CintNop
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