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