#[repr(u8)]pub enum In2actselect {
Off = 0,
Wake = 1,
Capture = 2,
Actl = 3,
}
Expand description
Tamper Input 2 Action
Value on reset: 0
Variants§
Off = 0
0: Off (Disabled)
Wake = 1
1: Wake without timestamp
Capture = 2
2: Capture timestamp
Actl = 3
3: Compare IN2 to OUT
Trait Implementations§
Source§impl Clone for In2actselect
impl Clone for In2actselect
Source§fn clone(&self) -> In2actselect
fn clone(&self) -> In2actselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for In2actselect
impl Debug for In2actselect
Source§impl From<In2actselect> for u8
impl From<In2actselect> for u8
Source§fn from(variant: In2actselect) -> Self
fn from(variant: In2actselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for In2actselect
impl PartialEq for In2actselect
impl Copy for In2actselect
impl Eq for In2actselect
impl IsEnum for In2actselect
impl StructuralPartialEq for In2actselect
Auto Trait Implementations§
impl Freeze for In2actselect
impl RefUnwindSafe for In2actselect
impl Send for In2actselect
impl Sync for In2actselect
impl Unpin for In2actselect
impl UnwindSafe for In2actselect
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