#[repr(u8)]
pub enum CUFOA_A {
NONE,
TOGGLE,
CLEAR,
SET,
}
Expand description
Counter Underflow Output Action
Value on reset: 0
Variants
NONE
0: No action on counter underflow
TOGGLE
1: Toggle output on counter underflow
CLEAR
2: Clear output on counter underflow
SET
3: Set output on counter underflow
Trait Implementations
impl Copy for CUFOA_A
impl StructuralPartialEq for CUFOA_A
Auto Trait Implementations
impl RefUnwindSafe for CUFOA_A
impl Send for CUFOA_A
impl Sync for CUFOA_A
impl Unpin for CUFOA_A
impl UnwindSafe for CUFOA_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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