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