#[repr(u8)]pub enum P1irulestatFlashCompletionType {
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 P1irulestatFlashCompletionType
impl Clone for P1irulestatFlashCompletionType
Source§fn clone(&self) -> P1irulestatFlashCompletionType
fn clone(&self) -> P1irulestatFlashCompletionType
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<P1irulestatFlashCompletionType> for u8
impl From<P1irulestatFlashCompletionType> for u8
Source§fn from(val: P1irulestatFlashCompletionType) -> u8
fn from(val: P1irulestatFlashCompletionType) -> u8
Converts to this type from the input type.
Source§impl From<u8> for P1irulestatFlashCompletionType
impl From<u8> for P1irulestatFlashCompletionType
Source§fn from(val: u8) -> P1irulestatFlashCompletionType
fn from(val: u8) -> P1irulestatFlashCompletionType
Converts to this type from the input type.
Source§impl Ord for P1irulestatFlashCompletionType
impl Ord for P1irulestatFlashCompletionType
Source§fn cmp(&self, other: &P1irulestatFlashCompletionType) -> Ordering
fn cmp(&self, other: &P1irulestatFlashCompletionType) -> 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 P1irulestatFlashCompletionType
impl PartialEq for P1irulestatFlashCompletionType
Source§fn eq(&self, other: &P1irulestatFlashCompletionType) -> bool
fn eq(&self, other: &P1irulestatFlashCompletionType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for P1irulestatFlashCompletionType
impl PartialOrd for P1irulestatFlashCompletionType
impl Copy for P1irulestatFlashCompletionType
impl Eq for P1irulestatFlashCompletionType
impl StructuralPartialEq for P1irulestatFlashCompletionType
Auto Trait Implementations§
impl Freeze for P1irulestatFlashCompletionType
impl RefUnwindSafe for P1irulestatFlashCompletionType
impl Send for P1irulestatFlashCompletionType
impl Sync for P1irulestatFlashCompletionType
impl Unpin for P1irulestatFlashCompletionType
impl UnwindSafe for P1irulestatFlashCompletionType
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