Struct windows_sys::UI::Core::AnimationMetrics::AnimationEffect
[−]#[repr(transparent)]pub struct AnimationEffect(pub i32);Expand description
Required features: ‘UI_Core_AnimationMetrics’
Tuple Fields
0: i32Implementations
impl AnimationEffect
impl AnimationEffect
pub const Expand: Self
pub const Collapse: Self
pub const Reposition: Self
pub const FadeIn: Self
pub const FadeOut: Self
pub const AddToList: Self
pub const DeleteFromList: Self
pub const AddToGrid: Self
pub const DeleteFromGrid: Self
pub const AddToSearchGrid: Self
pub const DeleteFromSearchGrid: Self
pub const AddToSearchList: Self
pub const DeleteFromSearchList: Self
pub const ShowEdgeUI: Self
pub const ShowPanel: Self
pub const HideEdgeUI: Self
pub const HidePanel: Self
pub const ShowPopup: Self
pub const HidePopup: Self
pub const PointerDown: Self
pub const PointerUp: Self
pub const DragSourceStart: Self
pub const DragSourceEnd: Self
pub const TransitionContent: Self
pub const Reveal: Self
pub const Hide: Self
pub const DragBetweenEnter: Self
pub const DragBetweenLeave: Self
pub const SwipeSelect: Self
pub const SwipeDeselect: Self
pub const SwipeReveal: Self
pub const EnterPage: Self
pub const TransitionPage: Self
pub const CrossFade: Self
pub const Peek: Self
pub const UpdateBadge: Self
Trait Implementations
impl Clone for AnimationEffect
impl Clone for AnimationEffect
impl Copy for AnimationEffect
Auto Trait Implementations
impl RefUnwindSafe for AnimationEffect
impl Send for AnimationEffect
impl Sync for AnimationEffect
impl Unpin for AnimationEffect
impl UnwindSafe for AnimationEffect
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