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