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