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