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