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