pub enum EWGIE {
Disabled = 0,
Enabled = 1,
}
Expand description
EWGIE
Value on reset: 0
Variants§
Disabled = 0
0: ERRI bit will not be set when EWGF is set
Enabled = 1
1: ERRI bit will be set when EWGF is set
Trait Implementations§
impl Copy for EWGIE
impl Eq for EWGIE
impl StructuralPartialEq for EWGIE
Auto Trait Implementations§
impl Freeze for EWGIE
impl RefUnwindSafe for EWGIE
impl Send for EWGIE
impl Sync for EWGIE
impl Unpin for EWGIE
impl UnwindSafe for EWGIE
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