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