Enum native_windows_gui::constants::ProgressBarState [] [src]

pub enum ProgressBarState {
    Normal,
    Paused,
    Error,
}

Define the state of a progress bar

Members:

Variants

Trait Implementations

impl Clone for ProgressBarState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProgressBarState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ProgressBarState
[src]

Formats the value using the given formatter.