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 = Self(0i32)
pub const Added: Self = Self(1i32)
pub const Affected: Self = Self(2i32)
pub const Background: Self = Self(3i32)
pub const Content: Self = Self(4i32)
pub const Deleted: Self = Self(5i32)
pub const Deselected: Self = Self(6i32)
pub const DragSource: Self = Self(7i32)
pub const Hidden: Self = Self(8i32)
pub const Incoming: Self = Self(9i32)
pub const Outgoing: Self = Self(10i32)
pub const Outline: Self = Self(11i32)
pub const Remaining: Self = Self(12i32)
pub const Revealed: Self = Self(13i32)
pub const RowIn: Self = Self(14i32)
pub const RowOut: Self = Self(15i32)
pub const Selected: Self = Self(16i32)
pub const Selection: Self = Self(17i32)
pub const Shown: Self = Self(18i32)
pub const Tapped: Self = Self(19i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more