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