#[repr(u8)]pub enum Csctrl2Tci {
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 Csctrl2Tci
impl Csctrl2Tci
Trait Implementations§
Source§impl Clone for Csctrl2Tci
impl Clone for Csctrl2Tci
Source§fn clone(&self) -> Csctrl2Tci
fn clone(&self) -> Csctrl2Tci
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 Csctrl2Tci
impl Debug for Csctrl2Tci
Source§impl From<Csctrl2Tci> for u8
impl From<Csctrl2Tci> for u8
Source§fn from(val: Csctrl2Tci) -> u8
fn from(val: Csctrl2Tci) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Csctrl2Tci
impl From<u8> for Csctrl2Tci
Source§fn from(val: u8) -> Csctrl2Tci
fn from(val: u8) -> Csctrl2Tci
Converts to this type from the input type.
Source§impl Ord for Csctrl2Tci
impl Ord for Csctrl2Tci
Source§fn cmp(&self, other: &Csctrl2Tci) -> Ordering
fn cmp(&self, other: &Csctrl2Tci) -> 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 Csctrl2Tci
impl PartialEq for Csctrl2Tci
Source§impl PartialOrd for Csctrl2Tci
impl PartialOrd for Csctrl2Tci
impl Copy for Csctrl2Tci
impl Eq for Csctrl2Tci
impl StructuralPartialEq for Csctrl2Tci
Auto Trait Implementations§
impl Freeze for Csctrl2Tci
impl RefUnwindSafe for Csctrl2Tci
impl Send for Csctrl2Tci
impl Sync for Csctrl2Tci
impl Unpin for Csctrl2Tci
impl UnwindSafe for Csctrl2Tci
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