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
pub const LasVegasLights: Self
pub const BlinkingBackground: Self
pub const SparkleText: Self
pub const MarchingBlackAnts: Self
pub const MarchingRedAnts: Self
pub const Shimmer: Self
pub const Other: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more