Struct IInjectedInputMouseInfo_Vtbl
#[repr(C)]pub struct IInjectedInputMouseInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub MouseOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut InjectedInputMouseOptions) -> HRESULT,
pub SetMouseOptions: unsafe extern "system" fn(_: *mut c_void, _: InjectedInputMouseOptions) -> HRESULT,
pub MouseData: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetMouseData: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub DeltaY: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetDeltaY: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub DeltaX: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetDeltaX: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub TimeOffsetInMilliseconds: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetTimeOffsetInMilliseconds: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MouseOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut InjectedInputMouseOptions) -> HRESULT
§SetMouseOptions: unsafe extern "system" fn(_: *mut c_void, _: InjectedInputMouseOptions) -> HRESULT
§MouseData: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetMouseData: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§DeltaY: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetDeltaY: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§DeltaX: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetDeltaX: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§TimeOffsetInMilliseconds: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetTimeOffsetInMilliseconds: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInjectedInputMouseInfo_Vtbl
impl RefUnwindSafe for IInjectedInputMouseInfo_Vtbl
impl Send for IInjectedInputMouseInfo_Vtbl
impl Sync for IInjectedInputMouseInfo_Vtbl
impl Unpin for IInjectedInputMouseInfo_Vtbl
impl UnwindSafe for IInjectedInputMouseInfo_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