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