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