Struct IContextMenu3_Vtbl
#[repr(C)]pub struct IContextMenu3_Vtbl {
    pub base__: IContextMenu2_Vtbl,
    pub HandleMenuMsg2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULT,
}Fields§
§base__: IContextMenu2_Vtbl§HandleMenuMsg2: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut LRESULT) -> HRESULTImplementations§
§impl IContextMenu3_Vtbl
 
impl IContextMenu3_Vtbl
pub const fn new<Identity: IContextMenu3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContextMenu3_Vtbl
impl RefUnwindSafe for IContextMenu3_Vtbl
impl Send for IContextMenu3_Vtbl
impl Sync for IContextMenu3_Vtbl
impl Unpin for IContextMenu3_Vtbl
impl UnwindSafe for IContextMenu3_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