pub enum CxlUncorErrorType {
Show 15 variants
cache_data_parity,
cache_address_parity,
cache_be_parity,
cache_data_ecc,
mem_data_parity,
mem_address_parity,
mem_be_parity,
mem_data_ecc,
reinit_threshold,
rsvd_encoding,
poison_received,
receiver_overflow,
internal,
cxl_ide_tx,
cxl_ide_rx,
}Variants§
cache_data_parity
cache_address_parity
cache_be_parity
cache_data_ecc
mem_data_parity
mem_address_parity
mem_be_parity
mem_data_ecc
reinit_threshold
rsvd_encoding
poison_received
receiver_overflow
internal
cxl_ide_tx
cxl_ide_rx
Trait Implementations§
Source§impl Clone for CxlUncorErrorType
impl Clone for CxlUncorErrorType
Source§fn clone(&self) -> CxlUncorErrorType
fn clone(&self) -> CxlUncorErrorType
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 Debug for CxlUncorErrorType
impl Debug for CxlUncorErrorType
Source§impl<'de> Deserialize<'de> for CxlUncorErrorType
impl<'de> Deserialize<'de> for CxlUncorErrorType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for CxlUncorErrorType
impl Enum for CxlUncorErrorType
Source§impl FromStr for CxlUncorErrorType
impl FromStr for CxlUncorErrorType
Source§impl Hash for CxlUncorErrorType
impl Hash for CxlUncorErrorType
Source§impl Ord for CxlUncorErrorType
impl Ord for CxlUncorErrorType
Source§fn cmp(&self, other: &CxlUncorErrorType) -> Ordering
fn cmp(&self, other: &CxlUncorErrorType) -> 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 CxlUncorErrorType
impl PartialEq for CxlUncorErrorType
Source§impl PartialOrd for CxlUncorErrorType
impl PartialOrd for CxlUncorErrorType
Source§impl Serialize for CxlUncorErrorType
impl Serialize for CxlUncorErrorType
impl Copy for CxlUncorErrorType
impl Eq for CxlUncorErrorType
impl StructuralPartialEq for CxlUncorErrorType
Auto Trait Implementations§
impl Freeze for CxlUncorErrorType
impl RefUnwindSafe for CxlUncorErrorType
impl Send for CxlUncorErrorType
impl Sync for CxlUncorErrorType
impl Unpin for CxlUncorErrorType
impl UnwindSafe for CxlUncorErrorType
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