Struct windows_sys::UI::Composition::AnimationStopBehavior
[−]#[repr(transparent)]pub struct AnimationStopBehavior(pub i32);
Expand description
Required features: "UI_Composition"
Tuple Fields
0: i32
Implementations
impl AnimationStopBehavior
impl AnimationStopBehavior
pub const LeaveCurrentValue: Self = Self(0i32)
pub const SetToInitialValue: Self = Self(1i32)
pub const SetToFinalValue: Self = Self(2i32)
Trait Implementations
impl Clone for AnimationStopBehavior
impl Clone for AnimationStopBehavior
impl Copy for AnimationStopBehavior
Auto Trait Implementations
impl RefUnwindSafe for AnimationStopBehavior
impl Send for AnimationStopBehavior
impl Sync for AnimationStopBehavior
impl Unpin for AnimationStopBehavior
impl UnwindSafe for AnimationStopBehavior
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