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