#[repr(u8)]pub enum P2irulestatFlashCompletionType {
MIDDLE = 0,
FIRST = 1,
LAST = 2,
ONLY = 3,
}Variants§
MIDDLE = 0
Indicates the middle completion of a split completion sequence
FIRST = 1
Indicates the first completion of a split completion sequence
LAST = 2
Indicates the last completion of a split completion sequence
ONLY = 3
Indicates the only completion for a split transaction.
Implementations§
Trait Implementations§
Source§impl Clone for P2irulestatFlashCompletionType
impl Clone for P2irulestatFlashCompletionType
Source§fn clone(&self) -> P2irulestatFlashCompletionType
fn clone(&self) -> P2irulestatFlashCompletionType
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 From<P2irulestatFlashCompletionType> for u8
impl From<P2irulestatFlashCompletionType> for u8
Source§fn from(val: P2irulestatFlashCompletionType) -> u8
fn from(val: P2irulestatFlashCompletionType) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P2irulestatFlashCompletionType
impl From<u8> for P2irulestatFlashCompletionType
Source§fn from(val: u8) -> P2irulestatFlashCompletionType
fn from(val: u8) -> P2irulestatFlashCompletionType
Converts to this type from the input type.
Source§impl Ord for P2irulestatFlashCompletionType
impl Ord for P2irulestatFlashCompletionType
Source§fn cmp(&self, other: &P2irulestatFlashCompletionType) -> Ordering
fn cmp(&self, other: &P2irulestatFlashCompletionType) -> 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 P2irulestatFlashCompletionType
impl PartialEq for P2irulestatFlashCompletionType
Source§fn eq(&self, other: &P2irulestatFlashCompletionType) -> bool
fn eq(&self, other: &P2irulestatFlashCompletionType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for P2irulestatFlashCompletionType
impl PartialOrd for P2irulestatFlashCompletionType
impl Copy for P2irulestatFlashCompletionType
impl Eq for P2irulestatFlashCompletionType
impl StructuralPartialEq for P2irulestatFlashCompletionType
Auto Trait Implementations§
impl Freeze for P2irulestatFlashCompletionType
impl RefUnwindSafe for P2irulestatFlashCompletionType
impl Send for P2irulestatFlashCompletionType
impl Sync for P2irulestatFlashCompletionType
impl Unpin for P2irulestatFlashCompletionType
impl UnwindSafe for P2irulestatFlashCompletionType
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