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