Struct windows::Devices::Input::IPointerDevice_Vtbl
#[repr(C)]pub struct IPointerDevice_Vtbl {
pub base__: IInspectable_Vtbl,
pub PointerDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut PointerDeviceType) -> HRESULT,
pub IsIntegrated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub MaxContacts: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub PhysicalDeviceRect: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub ScreenRect: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub SupportedUsages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PointerDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut PointerDeviceType) -> HRESULT
§IsIntegrated: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§MaxContacts: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§PhysicalDeviceRect: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
§ScreenRect: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
§SupportedUsages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPointerDevice_Vtbl
impl RefUnwindSafe for IPointerDevice_Vtbl
impl Send for IPointerDevice_Vtbl
impl Sync for IPointerDevice_Vtbl
impl Unpin for IPointerDevice_Vtbl
impl UnwindSafe for IPointerDevice_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