#[repr(u8)]pub enum CeeiNop {
NORMAL_OPS = 0,
NO_OPS = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for CeeiNop
impl Ord for CeeiNop
Source§impl PartialOrd for CeeiNop
impl PartialOrd for CeeiNop
impl Copy for CeeiNop
impl Eq for CeeiNop
impl StructuralPartialEq for CeeiNop
Auto Trait Implementations§
impl Freeze for CeeiNop
impl RefUnwindSafe for CeeiNop
impl Send for CeeiNop
impl Sync for CeeiNop
impl Unpin for CeeiNop
impl UnwindSafe for CeeiNop
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