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