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
impl IInertiaProcessor_Vtbl
pub const fn new<Identity: IInertiaProcessor_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInertiaProcessor_Vtbl
impl RefUnwindSafe for IInertiaProcessor_Vtbl
impl Send for IInertiaProcessor_Vtbl
impl Sync for IInertiaProcessor_Vtbl
impl Unpin for IInertiaProcessor_Vtbl
impl UnwindSafe for IInertiaProcessor_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