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