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