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