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