#[repr(u8)]pub enum Evactselect {
Noact = 0,
Trig = 1,
Ctrig = 2,
Cblock = 3,
Suspend = 4,
Resume = 5,
Sskip = 6,
}
Expand description
Event Input Action
Value on reset: 0
Variants§
Noact = 0
0: No action
Trig = 1
1: Transfer and periodic transfer trigger
Ctrig = 2
2: Conditional transfer trigger
Cblock = 3
3: Conditional block transfer
Suspend = 4
4: Channel suspend operation
Resume = 5
5: Channel resume operation
Sskip = 6
6: Skip next block suspend action
Trait Implementations§
Source§impl Clone for Evactselect
impl Clone for Evactselect
Source§fn clone(&self) -> Evactselect
fn clone(&self) -> Evactselect
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 Evactselect
impl Debug for Evactselect
Source§impl From<Evactselect> for u8
impl From<Evactselect> for u8
Source§fn from(variant: Evactselect) -> Self
fn from(variant: Evactselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Evactselect
impl PartialEq for Evactselect
impl Copy for Evactselect
impl Eq for Evactselect
impl IsEnum for Evactselect
impl StructuralPartialEq for Evactselect
Auto Trait Implementations§
impl Freeze for Evactselect
impl RefUnwindSafe for Evactselect
impl Send for Evactselect
impl Sync for Evactselect
impl Unpin for Evactselect
impl UnwindSafe for Evactselect
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