Struct windows::Devices::Input::IMouseCapabilities_Vtbl
#[repr(C)]pub struct IMouseCapabilities_Vtbl {
pub base__: IInspectable_Vtbl,
pub MousePresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub VerticalWheelPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub HorizontalWheelPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SwapButtons: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub NumberOfButtons: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MousePresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§VerticalWheelPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§HorizontalWheelPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SwapButtons: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§NumberOfButtons: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMouseCapabilities_Vtbl
impl RefUnwindSafe for IMouseCapabilities_Vtbl
impl Send for IMouseCapabilities_Vtbl
impl Sync for IMouseCapabilities_Vtbl
impl Unpin for IMouseCapabilities_Vtbl
impl UnwindSafe for IMouseCapabilities_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