Enum fltk::valuator::CounterType
source · [−]#[repr(i32)]
pub enum CounterType {
Normal,
Simple,
}Expand description
Defines counter types
Variants
Normal
Normal counter
Simple
Simple counter
Trait Implementations
sourceimpl Clone for CounterType
impl Clone for CounterType
sourcefn clone(&self) -> CounterType
fn clone(&self) -> CounterType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CounterType
impl Debug for CounterType
sourceimpl PartialEq<CounterType> for CounterType
impl PartialEq<CounterType> for CounterType
sourceimpl WidgetType for CounterType
impl WidgetType for CounterType
impl Copy for CounterType
impl StructuralPartialEq for CounterType
Auto Trait Implementations
impl RefUnwindSafe for CounterType
impl Send for CounterType
impl Sync for CounterType
impl Unpin for CounterType
impl UnwindSafe for CounterType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more