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