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