Struct IVisualInteractionSource2_Vtbl
#[repr(C)]pub struct IVisualInteractionSource2_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeltaPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub DeltaScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub PositionVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub ScaleVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub ConfigureCenterPointXModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ConfigureCenterPointYModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ConfigureDeltaPositionXModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ConfigureDeltaPositionYModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ConfigureDeltaScaleModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§DeltaPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§DeltaScale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§PositionVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§ScaleVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§ConfigureCenterPointXModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ConfigureCenterPointYModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ConfigureDeltaPositionXModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ConfigureDeltaPositionYModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ConfigureDeltaScaleModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IVisualInteractionSource2_Vtbl
impl RefUnwindSafe for IVisualInteractionSource2_Vtbl
impl Send for IVisualInteractionSource2_Vtbl
impl Sync for IVisualInteractionSource2_Vtbl
impl Unpin for IVisualInteractionSource2_Vtbl
impl UnwindSafe for IVisualInteractionSource2_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