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