Struct AnimationEffectTarget
#[repr(transparent)]pub struct AnimationEffectTarget(pub i32);Tuple Fields§
§0: i32Implementations§
§impl AnimationEffectTarget
impl AnimationEffectTarget
pub const Primary: Self
pub const Added: Self
pub const Affected: Self
pub const Background: Self
pub const Content: Self
pub const Deleted: Self
pub const Deselected: Self
pub const DragSource: Self
pub const Hidden: Self
pub const Incoming: Self
pub const Outgoing: Self
pub const Outline: Self
pub const Remaining: Self
pub const Revealed: Self
pub const RowIn: Self
pub const RowOut: Self
pub const Selected: Self
pub const Selection: Self
pub const Shown: Self
pub const Tapped: Self
Trait Implementations§
§impl Clone for AnimationEffectTarget
impl Clone for AnimationEffectTarget
§fn clone(&self) -> AnimationEffectTarget
fn clone(&self) -> AnimationEffectTarget
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 AnimationEffectTarget
impl Debug for AnimationEffectTarget
§impl Default for AnimationEffectTarget
impl Default for AnimationEffectTarget
§fn default() -> AnimationEffectTarget
fn default() -> AnimationEffectTarget
Returns the “default value” for a type. Read more
§impl PartialEq for AnimationEffectTarget
impl PartialEq for AnimationEffectTarget
impl Copy for AnimationEffectTarget
impl Eq for AnimationEffectTarget
impl StructuralPartialEq for AnimationEffectTarget
Auto Trait Implementations§
impl Freeze for AnimationEffectTarget
impl RefUnwindSafe for AnimationEffectTarget
impl Send for AnimationEffectTarget
impl Sync for AnimationEffectTarget
impl Unpin for AnimationEffectTarget
impl UnwindSafe for AnimationEffectTarget
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