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
pub const SetInitialValueBeforeDelay: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more