[−][src]Enum winapi_easy::ui::ProgressState
Taskbar progress state animation type.
Variants
Stops displaying progress and returns the button to its normal state.
Shows a "working" animation without indicating a completion percentage.
Needs animations on the taskbar to be enabled in the OS config, otherwise it will not show anything to the user.
Shows a progress indicator displaying the amount of work being completed.
The progress indicator turns red to show that an error has occurred. This is a determinate state. If the progress indicator is in the indeterminate state, it switches to a red determinate display of a generic percentage not indicative of actual progress.
The progress indicator turns yellow to show that progress is currently stopped. his is a determinate state. If the progress indicator is in the indeterminate state, it switches to a yellow determinate display of a generic percentage not indicative of actual progress.
Trait Implementations
impl Clone for ProgressState[src]
fn clone(&self) -> ProgressState[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ProgressState[src]
impl Default for ProgressState[src]
Auto Trait Implementations
impl Send for ProgressState
impl Sync for ProgressState
impl Unpin for ProgressState
impl UnwindSafe for ProgressState
impl RefUnwindSafe for ProgressState
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,