windows::Win32::UI::Input::Touch

Struct IInertiaProcessor_Vtbl

#[repr(C)]
pub struct IInertiaProcessor_Vtbl {
Show 50 fields pub base__: IUnknown_Vtbl, pub InitialOriginX: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetInitialOriginX: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub InitialOriginY: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetInitialOriginY: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub InitialVelocityX: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetInitialVelocityX: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub InitialVelocityY: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetInitialVelocityY: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub InitialAngularVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetInitialAngularVelocity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub InitialExpansionVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetInitialExpansionVelocity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub InitialRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetInitialRadius: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub BoundaryLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetBoundaryLeft: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub BoundaryTop: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetBoundaryTop: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub BoundaryRight: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetBoundaryRight: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub BoundaryBottom: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetBoundaryBottom: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub ElasticMarginLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetElasticMarginLeft: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub ElasticMarginTop: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetElasticMarginTop: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub ElasticMarginRight: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetElasticMarginRight: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub ElasticMarginBottom: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetElasticMarginBottom: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub DesiredDisplacement: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetDesiredDisplacement: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub DesiredRotation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetDesiredRotation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub DesiredExpansion: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetDesiredExpansion: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub DesiredDeceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetDesiredDeceleration: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub DesiredAngularDeceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetDesiredAngularDeceleration: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub DesiredExpansionDeceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT, pub SetDesiredExpansionDeceleration: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT, pub InitialTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetInitialTimestamp: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub Process: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub ProcessTime: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT, pub Complete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub CompleteTime: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§InitialOriginX: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInitialOriginX: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InitialOriginY: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInitialOriginY: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InitialVelocityX: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInitialVelocityX: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InitialVelocityY: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInitialVelocityY: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InitialAngularVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInitialAngularVelocity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InitialExpansionVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInitialExpansionVelocity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InitialRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInitialRadius: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§BoundaryLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetBoundaryLeft: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§BoundaryTop: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetBoundaryTop: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§BoundaryRight: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetBoundaryRight: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§BoundaryBottom: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetBoundaryBottom: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§ElasticMarginLeft: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetElasticMarginLeft: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§ElasticMarginTop: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetElasticMarginTop: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§ElasticMarginRight: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetElasticMarginRight: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§ElasticMarginBottom: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetElasticMarginBottom: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§DesiredDisplacement: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetDesiredDisplacement: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§DesiredRotation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetDesiredRotation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§DesiredExpansion: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetDesiredExpansion: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§DesiredDeceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetDesiredDeceleration: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§DesiredAngularDeceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetDesiredAngularDeceleration: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§DesiredExpansionDeceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetDesiredExpansionDeceleration: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InitialTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetInitialTimestamp: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Process: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§ProcessTime: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut BOOL) -> HRESULT§Complete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§CompleteTime: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT

Implementations§

§

impl IInertiaProcessor_Vtbl

pub const fn new<Identity: IInertiaProcessor_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

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>,

Source§

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>,

Source§

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.