#[repr(u8)]pub enum LpmL1Exiti {
INT_NO = 0,
INT_YES = 1,
}Variants§
Implementations§
Source§impl LpmL1Exiti
impl LpmL1Exiti
Trait Implementations§
Source§impl Clone for LpmL1Exiti
impl Clone for LpmL1Exiti
Source§fn clone(&self) -> LpmL1Exiti
fn clone(&self) -> LpmL1Exiti
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 LpmL1Exiti
impl Debug for LpmL1Exiti
Source§impl From<LpmL1Exiti> for u8
impl From<LpmL1Exiti> for u8
Source§fn from(val: LpmL1Exiti) -> u8
fn from(val: LpmL1Exiti) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpmL1Exiti
impl From<u8> for LpmL1Exiti
Source§fn from(val: u8) -> LpmL1Exiti
fn from(val: u8) -> LpmL1Exiti
Converts to this type from the input type.
Source§impl Ord for LpmL1Exiti
impl Ord for LpmL1Exiti
Source§fn cmp(&self, other: &LpmL1Exiti) -> Ordering
fn cmp(&self, other: &LpmL1Exiti) -> 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 LpmL1Exiti
impl PartialEq for LpmL1Exiti
Source§impl PartialOrd for LpmL1Exiti
impl PartialOrd for LpmL1Exiti
impl Copy for LpmL1Exiti
impl Eq for LpmL1Exiti
impl StructuralPartialEq for LpmL1Exiti
Auto Trait Implementations§
impl Freeze for LpmL1Exiti
impl RefUnwindSafe for LpmL1Exiti
impl Send for LpmL1Exiti
impl Sync for LpmL1Exiti
impl Unpin for LpmL1Exiti
impl UnwindSafe for LpmL1Exiti
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