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