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