Struct windows::UI::Composition::Interactions::IInteractionTracker5_Vtbl
#[repr(C)]pub struct IInteractionTracker5_Vtbl {
pub base__: IInspectable_Vtbl,
pub TryUpdatePositionWithOption: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: InteractionTrackerClampingOption, _: InteractionTrackerPositionUpdateOption, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TryUpdatePositionWithOption: unsafe extern "system" fn(_: *mut c_void, _: Vector3, _: InteractionTrackerClampingOption, _: InteractionTrackerPositionUpdateOption, _: *mut i32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInteractionTracker5_Vtbl
impl RefUnwindSafe for IInteractionTracker5_Vtbl
impl Send for IInteractionTracker5_Vtbl
impl Sync for IInteractionTracker5_Vtbl
impl Unpin for IInteractionTracker5_Vtbl
impl UnwindSafe for IInteractionTracker5_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