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