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