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