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