#[repr(u8)]pub enum TriggerAction {
Block = 0,
Beat = 2,
Transaction = 3,
}
Expand description
Trigger Action
Value on reset: 0
Variants§
Block = 0
0: One trigger required for each block transfer
Beat = 2
2: One trigger required for each beat transfer
Transaction = 3
3: One trigger required for each transaction
Trait Implementations§
Source§impl Clone for Trigactselect
impl Clone for Trigactselect
Source§fn clone(&self) -> Trigactselect
fn clone(&self) -> Trigactselect
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 Trigactselect
impl Debug for Trigactselect
Source§impl PartialEq for Trigactselect
impl PartialEq for Trigactselect
impl Copy for Trigactselect
impl Eq for Trigactselect
impl IsEnum for Trigactselect
impl StructuralPartialEq for Trigactselect
Auto Trait Implementations§
impl Freeze for Trigactselect
impl RefUnwindSafe for Trigactselect
impl Send for Trigactselect
impl Sync for Trigactselect
impl Unpin for Trigactselect
impl UnwindSafe for Trigactselect
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