#[repr(u8)]pub enum Lpmretrycnt {
RETRY0 = 0,
RETRY1 = 1,
RETRY2 = 2,
RETRY3 = 3,
RETRY4 = 4,
RETRY5 = 5,
RETRY6 = 6,
RETRY7 = 7,
}Variants§
RETRY0 = 0
Zero LPM retries
RETRY1 = 1
One LPM retry
RETRY2 = 2
Two LPM retries
RETRY3 = 3
Three LPM retries
RETRY4 = 4
Four LPM retries
RETRY5 = 5
Five LPM retries
RETRY6 = 6
Six LPM retries
RETRY7 = 7
Seven LPM retries
Implementations§
Source§impl Lpmretrycnt
impl Lpmretrycnt
Trait Implementations§
Source§impl Clone for Lpmretrycnt
impl Clone for Lpmretrycnt
Source§fn clone(&self) -> Lpmretrycnt
fn clone(&self) -> Lpmretrycnt
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 Lpmretrycnt
impl Debug for Lpmretrycnt
Source§impl From<Lpmretrycnt> for u8
impl From<Lpmretrycnt> for u8
Source§fn from(val: Lpmretrycnt) -> u8
fn from(val: Lpmretrycnt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpmretrycnt
impl From<u8> for Lpmretrycnt
Source§fn from(val: u8) -> Lpmretrycnt
fn from(val: u8) -> Lpmretrycnt
Converts to this type from the input type.
Source§impl Ord for Lpmretrycnt
impl Ord for Lpmretrycnt
Source§fn cmp(&self, other: &Lpmretrycnt) -> Ordering
fn cmp(&self, other: &Lpmretrycnt) -> 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 Lpmretrycnt
impl PartialEq for Lpmretrycnt
Source§impl PartialOrd for Lpmretrycnt
impl PartialOrd for Lpmretrycnt
impl Copy for Lpmretrycnt
impl Eq for Lpmretrycnt
impl StructuralPartialEq for Lpmretrycnt
Auto Trait Implementations§
impl Freeze for Lpmretrycnt
impl RefUnwindSafe for Lpmretrycnt
impl Send for Lpmretrycnt
impl Sync for Lpmretrycnt
impl Unpin for Lpmretrycnt
impl UnwindSafe for Lpmretrycnt
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)