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