Struct IPointerPoint_Vtbl
#[repr(C)]pub struct IPointerPoint_Vtbl {
pub base__: IInspectable_Vtbl,
pub PointerDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub RawPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub PointerId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub FrameId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub IsInContact: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PointerDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§RawPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§PointerId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§FrameId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§IsInContact: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPointerPoint_Vtbl
impl RefUnwindSafe for IPointerPoint_Vtbl
impl Send for IPointerPoint_Vtbl
impl Sync for IPointerPoint_Vtbl
impl Unpin for IPointerPoint_Vtbl
impl UnwindSafe for IPointerPoint_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