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