Enum native_windows_gui::ProgressBarState [−][src]
#[repr(u8)]
pub enum ProgressBarState {
Normal,
Error,
Paused,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProgressBarStateimpl Send for ProgressBarStateimpl Sync for ProgressBarStateimpl Unpin for ProgressBarStateimpl UnwindSafe for ProgressBarStateBlanket Implementations
Mutably borrows from an owned value. Read more