#[repr(u8)]
pub enum IN2ACT_A {
OFF,
WAKE,
CAPTURE,
ACTL,
}
Expand description
Tamper Input 2 Action
Value on reset: 0
Variants
OFF
0: Off (Disabled)
WAKE
1: Wake without timestamp
CAPTURE
2: Capture timestamp
ACTL
3: Compare IN2 to OUT
Trait Implementations
impl Copy for IN2ACT_A
impl StructuralPartialEq for IN2ACT_A
Auto Trait Implementations
impl RefUnwindSafe for IN2ACT_A
impl Send for IN2ACT_A
impl Sync for IN2ACT_A
impl Unpin for IN2ACT_A
impl UnwindSafe for IN2ACT_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