#[repr(u8)]pub enum Lpmretrycntsts {
RETRY_REM0 = 0,
RETRY_REM1 = 1,
RETRY_REM2 = 2,
RETRY_REM3 = 3,
RETRY_REM4 = 4,
RETRY_REM5 = 5,
RETRY_REM6 = 6,
RETRY_REM7 = 7,
}Variants§
RETRY_REM0 = 0
Zero LPM retries remaining
RETRY_REM1 = 1
One LPM retry remaining
RETRY_REM2 = 2
Two LPM retries remaining
RETRY_REM3 = 3
Three LPM retries remaining
RETRY_REM4 = 4
Four LPM retries remaining
RETRY_REM5 = 5
Five LPM retries remaining
RETRY_REM6 = 6
Six LPM retries remaining
RETRY_REM7 = 7
Seven LPM retries remaining
Implementations§
Trait Implementations§
Source§impl Clone for Lpmretrycntsts
impl Clone for Lpmretrycntsts
Source§fn clone(&self) -> Lpmretrycntsts
fn clone(&self) -> Lpmretrycntsts
Returns a copy 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 Lpmretrycntsts
impl Debug for Lpmretrycntsts
Source§impl From<Lpmretrycntsts> for u8
impl From<Lpmretrycntsts> for u8
Source§fn from(val: Lpmretrycntsts) -> u8
fn from(val: Lpmretrycntsts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpmretrycntsts
impl From<u8> for Lpmretrycntsts
Source§fn from(val: u8) -> Lpmretrycntsts
fn from(val: u8) -> Lpmretrycntsts
Converts to this type from the input type.
Source§impl Ord for Lpmretrycntsts
impl Ord for Lpmretrycntsts
Source§fn cmp(&self, other: &Lpmretrycntsts) -> Ordering
fn cmp(&self, other: &Lpmretrycntsts) -> 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 Lpmretrycntsts
impl PartialEq for Lpmretrycntsts
Source§impl PartialOrd for Lpmretrycntsts
impl PartialOrd for Lpmretrycntsts
impl Copy for Lpmretrycntsts
impl Eq for Lpmretrycntsts
impl StructuralPartialEq for Lpmretrycntsts
Auto Trait Implementations§
impl Freeze for Lpmretrycntsts
impl RefUnwindSafe for Lpmretrycntsts
impl Send for Lpmretrycntsts
impl Sync for Lpmretrycntsts
impl Unpin for Lpmretrycntsts
impl UnwindSafe for Lpmretrycntsts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)