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