#[repr(u8)]pub enum Evomodeselect {
Default = 0,
Trigact = 1,
}
Expand description
Channel Event Output Mode
Value on reset: 0
Variants§
Default = 0
0: Block event output selection. Refer to BTCTRL.EVOSEL for available selections.
Trigact = 1
1: Ongoing trigger action
Trait Implementations§
Source§impl Clone for Evomodeselect
impl Clone for Evomodeselect
Source§fn clone(&self) -> Evomodeselect
fn clone(&self) -> Evomodeselect
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 Evomodeselect
impl Debug for Evomodeselect
Source§impl From<Evomodeselect> for u8
impl From<Evomodeselect> for u8
Source§fn from(variant: Evomodeselect) -> Self
fn from(variant: Evomodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Evomodeselect
impl PartialEq for Evomodeselect
impl Copy for Evomodeselect
impl Eq for Evomodeselect
impl IsEnum for Evomodeselect
impl StructuralPartialEq for Evomodeselect
Auto Trait Implementations§
impl Freeze for Evomodeselect
impl RefUnwindSafe for Evomodeselect
impl Send for Evomodeselect
impl Sync for Evomodeselect
impl Unpin for Evomodeselect
impl UnwindSafe for Evomodeselect
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