#[repr(u8)]pub enum LpmHstStsrcvd {
LPM_HST_STSRCVD0 = 0,
LPM_HST_STSRCVD1 = 1,
LPM_HST_STSRCVD2 = 2,
LPM_HST_STSRCVD3 = 3,
LPM_HST_STSRCVD4 = 4,
LPM_HST_STSRCVD5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
LPM_HST_STSRCVD0 = 0
Invalid
LPM_HST_STSRCVD1 = 1
ACK
LPM_HST_STSRCVD2 = 2
NYET
LPM_HST_STSRCVD3 = 3
STALL
LPM_HST_STSRCVD4 = 4
Timeout
LPM_HST_STSRCVD5 = 5
ERR
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl LpmHstStsrcvd
impl LpmHstStsrcvd
Trait Implementations§
Source§impl Clone for LpmHstStsrcvd
impl Clone for LpmHstStsrcvd
Source§fn clone(&self) -> LpmHstStsrcvd
fn clone(&self) -> LpmHstStsrcvd
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 LpmHstStsrcvd
impl Debug for LpmHstStsrcvd
Source§impl From<LpmHstStsrcvd> for u8
impl From<LpmHstStsrcvd> for u8
Source§fn from(val: LpmHstStsrcvd) -> u8
fn from(val: LpmHstStsrcvd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpmHstStsrcvd
impl From<u8> for LpmHstStsrcvd
Source§fn from(val: u8) -> LpmHstStsrcvd
fn from(val: u8) -> LpmHstStsrcvd
Converts to this type from the input type.
Source§impl Ord for LpmHstStsrcvd
impl Ord for LpmHstStsrcvd
Source§fn cmp(&self, other: &LpmHstStsrcvd) -> Ordering
fn cmp(&self, other: &LpmHstStsrcvd) -> 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 LpmHstStsrcvd
impl PartialEq for LpmHstStsrcvd
Source§impl PartialOrd for LpmHstStsrcvd
impl PartialOrd for LpmHstStsrcvd
impl Copy for LpmHstStsrcvd
impl Eq for LpmHstStsrcvd
impl StructuralPartialEq for LpmHstStsrcvd
Auto Trait Implementations§
impl Freeze for LpmHstStsrcvd
impl RefUnwindSafe for LpmHstStsrcvd
impl Send for LpmHstStsrcvd
impl Sync for LpmHstStsrcvd
impl Unpin for LpmHstStsrcvd
impl UnwindSafe for LpmHstStsrcvd
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