Struct windows::Win32::System::Ole::IPointerInactive_Vtbl
#[repr(C)]pub struct IPointerInactive_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetActivationPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut POINTERINACTIVE) -> HRESULT,
pub OnInactiveMouseMove: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: i32, _: i32, _: u32) -> HRESULT,
pub OnInactiveSetCursor: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: i32, _: i32, _: u32, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetActivationPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut POINTERINACTIVE) -> HRESULT
§OnInactiveMouseMove: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: i32, _: i32, _: u32) -> HRESULT
§OnInactiveSetCursor: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: i32, _: i32, _: u32, _: BOOL) -> HRESULT
Implementations§
§impl IPointerInactive_Vtbl
impl IPointerInactive_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPointerInactive_Vtblwhere
Identity: IPointerInactive_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPointerInactive_Vtbl
impl RefUnwindSafe for IPointerInactive_Vtbl
impl Send for IPointerInactive_Vtbl
impl Sync for IPointerInactive_Vtbl
impl Unpin for IPointerInactive_Vtbl
impl UnwindSafe for IPointerInactive_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