#[repr(u8)]pub enum DisMbeccErrData {
ENABLE = 0,
DISABLE = 1,
}Variants§
ENABLE = 0
Enables bus error on multi-bit ECC error for data
DISABLE = 1
Disables bus error on multi-bit ECC error for data
Implementations§
Trait Implementations§
Source§impl Clone for DisMbeccErrData
impl Clone for DisMbeccErrData
Source§fn clone(&self) -> DisMbeccErrData
fn clone(&self) -> DisMbeccErrData
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 DisMbeccErrData
impl Debug for DisMbeccErrData
Source§impl From<DisMbeccErrData> for u8
impl From<DisMbeccErrData> for u8
Source§fn from(val: DisMbeccErrData) -> u8
fn from(val: DisMbeccErrData) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DisMbeccErrData
impl From<u8> for DisMbeccErrData
Source§fn from(val: u8) -> DisMbeccErrData
fn from(val: u8) -> DisMbeccErrData
Converts to this type from the input type.
Source§impl Ord for DisMbeccErrData
impl Ord for DisMbeccErrData
Source§fn cmp(&self, other: &DisMbeccErrData) -> Ordering
fn cmp(&self, other: &DisMbeccErrData) -> 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 DisMbeccErrData
impl PartialEq for DisMbeccErrData
Source§impl PartialOrd for DisMbeccErrData
impl PartialOrd for DisMbeccErrData
impl Copy for DisMbeccErrData
impl Eq for DisMbeccErrData
impl StructuralPartialEq for DisMbeccErrData
Auto Trait Implementations§
impl Freeze for DisMbeccErrData
impl RefUnwindSafe for DisMbeccErrData
impl Send for DisMbeccErrData
impl Sync for DisMbeccErrData
impl Unpin for DisMbeccErrData
impl UnwindSafe for DisMbeccErrData
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