#[repr(u8)]
pub enum EVACT_A {
OFF,
RETRIGGER,
COUNT,
}
Expand description
Event Action
Value on reset: 0
Variants
OFF
0: Event action disabled
RETRIGGER
1: Start, restart or retrigger on event
COUNT
2: Count on event
Trait Implementations
impl Copy for EVACT_A
impl StructuralPartialEq for EVACT_A
Auto Trait Implementations
impl RefUnwindSafe for EVACT_A
impl Send for EVACT_A
impl Sync for EVACT_A
impl Unpin for EVACT_A
impl UnwindSafe for EVACT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more