#[repr(u8)]pub enum In1actselect {
Off = 0,
Wake = 1,
Capture = 2,
Actl = 3,
}
Expand description
Tamper Input 1 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 IN1 to OUT
Trait Implementations§
Source§impl Clone for In1actselect
impl Clone for In1actselect
Source§fn clone(&self) -> In1actselect
fn clone(&self) -> In1actselect
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 In1actselect
impl Debug for In1actselect
Source§impl From<In1actselect> for u8
impl From<In1actselect> for u8
Source§fn from(variant: In1actselect) -> Self
fn from(variant: In1actselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for In1actselect
impl PartialEq for In1actselect
impl Copy for In1actselect
impl Eq for In1actselect
impl IsEnum for In1actselect
impl StructuralPartialEq for In1actselect
Auto Trait Implementations§
impl Freeze for In1actselect
impl RefUnwindSafe for In1actselect
impl Send for In1actselect
impl Sync for In1actselect
impl Unpin for In1actselect
impl UnwindSafe for In1actselect
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