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