Struct windows::UI::Composition::Interactions::IInteractionTracker_Vtbl
#[repr(C)]pub struct IInteractionTracker_Vtbl {Show 34 fields
pub base__: IInspectable_Vtbl,
pub InteractionSources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsPositionRoundingSuggested: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub MaxPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetMaxPosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub MaxScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetMaxScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub MinPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetMinPosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub MinScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetMinScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub NaturalRestingPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub NaturalRestingScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub Owner: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub PositionInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPositionInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PositionVelocityInPixelsPerSecond: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub ScaleInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetScaleInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ScaleVelocityInPercentPerSecond: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub AdjustPositionXIfGreaterThanThreshold: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT,
pub AdjustPositionYIfGreaterThanThreshold: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT,
pub ConfigurePositionXInertiaModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ConfigurePositionYInertiaModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ConfigureScaleInertiaModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TryUpdatePosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT,
pub TryUpdatePositionBy: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT,
pub TryUpdatePositionWithAnimation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
pub TryUpdatePositionWithAdditionalVelocity: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT,
pub TryUpdateScale: unsafe extern "system" fn(_: *mut c_void, _: f32, _: Vector3, _: *mut i32) -> HRESULT,
pub TryUpdateScaleWithAnimation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT,
pub TryUpdateScaleWithAdditionalVelocity: unsafe extern "system" fn(_: *mut c_void, _: f32, _: Vector3, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§InteractionSources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsPositionRoundingSuggested: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§MaxPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§SetMaxPosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT
§MaxScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetMaxScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§MinPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§SetMinPosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT
§MinScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetMinScale: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§NaturalRestingPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§NaturalRestingScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§Owner: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§PositionInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPositionInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PositionVelocityInPixelsPerSecond: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§ScaleInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetScaleInertiaDecayRate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ScaleVelocityInPercentPerSecond: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§AdjustPositionXIfGreaterThanThreshold: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT
§AdjustPositionYIfGreaterThanThreshold: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32) -> HRESULT
§ConfigurePositionXInertiaModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ConfigurePositionYInertiaModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ConfigureScaleInertiaModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§TryUpdatePosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT
§TryUpdatePositionBy: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT
§TryUpdatePositionWithAnimation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT
§TryUpdatePositionWithAdditionalVelocity: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT
§TryUpdateScale: unsafe extern "system" fn(_: *mut c_void, _: f32, _: Vector3, _: *mut i32) -> HRESULT
§TryUpdateScaleWithAnimation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector3, _: *mut i32) -> HRESULT
§TryUpdateScaleWithAdditionalVelocity: unsafe extern "system" fn(_: *mut c_void, _: f32, _: Vector3, _: *mut i32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInteractionTracker_Vtbl
impl RefUnwindSafe for IInteractionTracker_Vtbl
impl Send for IInteractionTracker_Vtbl
impl Sync for IInteractionTracker_Vtbl
impl Unpin for IInteractionTracker_Vtbl
impl UnwindSafe for IInteractionTracker_Vtbl
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