#[repr(u8)]pub enum Csctrl3Tci {
STOP = 0,
RELOAD = 1,
}Variants§
STOP = 0
Stop counter upon receiving a second trigger event while still counting from the first trigger event.
RELOAD = 1
Reload the counter upon receiving a second trigger event while still counting from the first trigger event.
Implementations§
Source§impl Csctrl3Tci
impl Csctrl3Tci
Trait Implementations§
Source§impl Clone for Csctrl3Tci
impl Clone for Csctrl3Tci
Source§fn clone(&self) -> Csctrl3Tci
fn clone(&self) -> Csctrl3Tci
Returns a duplicate 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 Csctrl3Tci
impl Debug for Csctrl3Tci
Source§impl From<Csctrl3Tci> for u8
impl From<Csctrl3Tci> for u8
Source§fn from(val: Csctrl3Tci) -> u8
fn from(val: Csctrl3Tci) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Csctrl3Tci
impl From<u8> for Csctrl3Tci
Source§fn from(val: u8) -> Csctrl3Tci
fn from(val: u8) -> Csctrl3Tci
Converts to this type from the input type.
Source§impl Ord for Csctrl3Tci
impl Ord for Csctrl3Tci
Source§fn cmp(&self, other: &Csctrl3Tci) -> Ordering
fn cmp(&self, other: &Csctrl3Tci) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Csctrl3Tci
impl PartialEq for Csctrl3Tci
Source§impl PartialOrd for Csctrl3Tci
impl PartialOrd for Csctrl3Tci
impl Copy for Csctrl3Tci
impl Eq for Csctrl3Tci
impl StructuralPartialEq for Csctrl3Tci
Auto Trait Implementations§
impl Freeze for Csctrl3Tci
impl RefUnwindSafe for Csctrl3Tci
impl Send for Csctrl3Tci
impl Sync for Csctrl3Tci
impl Unpin for Csctrl3Tci
impl UnwindSafe for Csctrl3Tci
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