pub enum EGE {
Disabled = 0,
Enabled = 1,
}
Expand description
Event generation enable/disable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EGE
impl Eq for EGE
impl StructuralPartialEq for EGE
Auto Trait Implementations§
impl Freeze for EGE
impl RefUnwindSafe for EGE
impl Send for EGE
impl Sync for EGE
impl Unpin for EGE
impl UnwindSafe for EGE
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