Struct windows::Win32::UI::Shell::IContextMenu2_Vtbl
#[repr(C)]pub struct IContextMenu2_Vtbl {
pub base__: IContextMenu_Vtbl,
pub HandleMenuMsg: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM) -> HRESULT,
}
Fields§
§base__: IContextMenu_Vtbl
§HandleMenuMsg: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM) -> HRESULT
Implementations§
§impl IContextMenu2_Vtbl
impl IContextMenu2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContextMenu2_Vtblwhere
Identity: IContextMenu2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContextMenu2_Vtbl
impl RefUnwindSafe for IContextMenu2_Vtbl
impl Send for IContextMenu2_Vtbl
impl Sync for IContextMenu2_Vtbl
impl Unpin for IContextMenu2_Vtbl
impl UnwindSafe for IContextMenu2_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