Enum native_windows_gui::constants::ProgressBarState
[−]
[src]
pub enum ProgressBarState { Normal, Paused, Error, }
Define the state of a progress bar
Members:
Normal
: Default state of a progress bar (in progress)Paused
: PausedError
: Error
Variants
Normal
Paused
Error
Trait Implementations
impl Clone for ProgressBarState
[src]
fn clone(&self) -> ProgressBarState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for ProgressBarState
[src]
fn eq(&self, __arg_0: &ProgressBarState) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.