Struct windows_sys::UI::Xaml::Automation::AutomationAnimationStyle
[−]#[repr(transparent)]pub struct AutomationAnimationStyle(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl AutomationAnimationStyle
impl AutomationAnimationStyle
pub const None: Self = Self(0i32)
pub const LasVegasLights: Self = Self(1i32)
pub const BlinkingBackground: Self = Self(2i32)
pub const SparkleText: Self = Self(3i32)
pub const MarchingBlackAnts: Self = Self(4i32)
pub const MarchingRedAnts: Self = Self(5i32)
pub const Shimmer: Self = Self(6i32)
pub const Other: Self = Self(7i32)
Trait Implementations
impl Clone for AutomationAnimationStyle
impl Clone for AutomationAnimationStyle
impl Copy for AutomationAnimationStyle
Auto Trait Implementations
impl RefUnwindSafe for AutomationAnimationStyle
impl Send for AutomationAnimationStyle
impl Sync for AutomationAnimationStyle
impl Unpin for AutomationAnimationStyle
impl UnwindSafe for AutomationAnimationStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more