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