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