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