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