Struct windows::Win32::UI::Shell::IHWEventHandler_Vtbl
#[repr(C)]pub struct IHWEventHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub HandleEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub HandleEventWithContent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§HandleEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
§HandleEventWithContent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut c_void) -> HRESULT
Implementations§
§impl IHWEventHandler_Vtbl
impl IHWEventHandler_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHWEventHandler_Vtblwhere
Identity: IHWEventHandler_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHWEventHandler_Vtbl
impl RefUnwindSafe for IHWEventHandler_Vtbl
impl Send for IHWEventHandler_Vtbl
impl Sync for IHWEventHandler_Vtbl
impl Unpin for IHWEventHandler_Vtbl
impl UnwindSafe for IHWEventHandler_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