Struct IHoldingEventArgs_Vtbl
#[repr(C)]pub struct IHoldingEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub PointerDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut PointerDeviceType) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub HoldingState: unsafe extern "system" fn(_: *mut c_void, _: *mut HoldingState) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PointerDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut PointerDeviceType) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§HoldingState: unsafe extern "system" fn(_: *mut c_void, _: *mut HoldingState) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHoldingEventArgs_Vtbl
impl RefUnwindSafe for IHoldingEventArgs_Vtbl
impl Send for IHoldingEventArgs_Vtbl
impl Sync for IHoldingEventArgs_Vtbl
impl Unpin for IHoldingEventArgs_Vtbl
impl UnwindSafe for IHoldingEventArgs_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