pub enum StaticCounterVariation {
Group20Var1,
Group20Var2,
Group20Var5,
Group20Var6,
}Expand description
Enum representing all possible Counter static variations
Variants§
Group20Var1
Counter - 32-bit with flag
Group20Var2
Counter - 16-bit with flag
Group20Var5
Counter - 32-bit without flag
Group20Var6
Counter - 16-bit without flag
Trait Implementations§
Source§impl Clone for StaticCounterVariation
impl Clone for StaticCounterVariation
Source§fn clone(&self) -> StaticCounterVariation
fn clone(&self) -> StaticCounterVariation
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 StaticCounterVariation
impl Debug for StaticCounterVariation
Source§impl PartialEq for StaticCounterVariation
impl PartialEq for StaticCounterVariation
impl Copy for StaticCounterVariation
impl Eq for StaticCounterVariation
impl StructuralPartialEq for StaticCounterVariation
Auto Trait Implementations§
impl Freeze for StaticCounterVariation
impl RefUnwindSafe for StaticCounterVariation
impl Send for StaticCounterVariation
impl Sync for StaticCounterVariation
impl Unpin for StaticCounterVariation
impl UnwindSafe for StaticCounterVariation
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