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