Struct windows_sys::UI::Core::AnimationMetrics::AnimationEffectTarget
[−]#[repr(transparent)]pub struct AnimationEffectTarget(pub i32);
Expand description
Required features: ‘UI_Core_AnimationMetrics’
Tuple Fields
0: i32
Implementations
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
impl Copy for AnimationEffectTarget
Auto Trait Implementations
impl RefUnwindSafe for AnimationEffectTarget
impl Send for AnimationEffectTarget
impl Sync for AnimationEffectTarget
impl Unpin for AnimationEffectTarget
impl UnwindSafe for AnimationEffectTarget
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