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