Struct AnimationEffect
#[repr(transparent)]pub struct AnimationEffect(pub i32);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
§fn clone(&self) -> AnimationEffect
fn clone(&self) -> AnimationEffect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for AnimationEffect
impl Debug for AnimationEffect
§impl Default for AnimationEffect
impl Default for AnimationEffect
§fn default() -> AnimationEffect
fn default() -> AnimationEffect
Returns the “default value” for a type. Read more
§impl PartialEq for AnimationEffect
impl PartialEq for AnimationEffect
impl Copy for AnimationEffect
impl Eq for AnimationEffect
impl StructuralPartialEq for AnimationEffect
Auto Trait Implementations§
impl Freeze for AnimationEffect
impl RefUnwindSafe for AnimationEffect
impl Send for AnimationEffect
impl Sync for AnimationEffect
impl Unpin for AnimationEffect
impl UnwindSafe for AnimationEffect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more