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