#[repr(u8)]pub enum LpmL1Entryi {
INT_NO = 0,
INT_YES = 1,
}Variants§
Implementations§
Source§impl LpmL1Entryi
impl LpmL1Entryi
Trait Implementations§
Source§impl Clone for LpmL1Entryi
impl Clone for LpmL1Entryi
Source§fn clone(&self) -> LpmL1Entryi
fn clone(&self) -> LpmL1Entryi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LpmL1Entryi
impl Debug for LpmL1Entryi
Source§impl From<LpmL1Entryi> for u8
impl From<LpmL1Entryi> for u8
Source§fn from(val: LpmL1Entryi) -> u8
fn from(val: LpmL1Entryi) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpmL1Entryi
impl From<u8> for LpmL1Entryi
Source§fn from(val: u8) -> LpmL1Entryi
fn from(val: u8) -> LpmL1Entryi
Converts to this type from the input type.
Source§impl Ord for LpmL1Entryi
impl Ord for LpmL1Entryi
Source§fn cmp(&self, other: &LpmL1Entryi) -> Ordering
fn cmp(&self, other: &LpmL1Entryi) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LpmL1Entryi
impl PartialEq for LpmL1Entryi
Source§impl PartialOrd for LpmL1Entryi
impl PartialOrd for LpmL1Entryi
impl Copy for LpmL1Entryi
impl Eq for LpmL1Entryi
impl StructuralPartialEq for LpmL1Entryi
Auto Trait Implementations§
impl Freeze for LpmL1Entryi
impl RefUnwindSafe for LpmL1Entryi
impl Send for LpmL1Entryi
impl Sync for LpmL1Entryi
impl Unpin for LpmL1Entryi
impl UnwindSafe for LpmL1Entryi
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