#[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§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.