Enum Eich0en
pub enum Eich0en {
_0 = 0,
_1 = 1,
}Expand description
Error Injection Channel 0 Enable
Value on reset: 0
Variants§
_0 = 0
0: Error injection is disabled on Error Injection Channel 0
_1 = 1
1: Error injection is enabled on Error Injection Channel 0
Trait Implementations§
impl Copy for Eich0en
impl Eq for Eich0en
impl StructuralPartialEq for Eich0en
Auto Trait Implementations§
impl Freeze for Eich0en
impl RefUnwindSafe for Eich0en
impl Send for Eich0en
impl Sync for Eich0en
impl Unpin for Eich0en
impl UnwindSafe for Eich0en
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