#[repr(u32)]pub enum FlashElement {
Caption = 1,
Taskbar = 2,
CaptionPlusTaskbar = 3,
}
Available on crate feature
ui
only.Expand description
The target of the flash animation.
Variants§
Trait Implementations§
Source§impl Clone for FlashElement
impl Clone for FlashElement
Source§fn clone(&self) -> FlashElement
fn clone(&self) -> FlashElement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FlashElement
impl Debug for FlashElement
Source§impl Default for FlashElement
impl Default for FlashElement
Source§fn default() -> FlashElement
fn default() -> FlashElement
Returns the “default value” for a type. Read more
Source§impl From<FlashElement> for u32
impl From<FlashElement> for u32
Source§fn from(enum_value: FlashElement) -> Self
fn from(enum_value: FlashElement) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FlashElement
impl PartialEq for FlashElement
impl Copy for FlashElement
impl Eq for FlashElement
impl StructuralPartialEq for FlashElement
Auto Trait Implementations§
impl Freeze for FlashElement
impl RefUnwindSafe for FlashElement
impl Send for FlashElement
impl Sync for FlashElement
impl Unpin for FlashElement
impl UnwindSafe for FlashElement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more