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