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