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