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