Struct IProtectedModeMenuServices_Vtbl
#[repr(C)]pub struct IProtectedModeMenuServices_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateMenu: unsafe extern "system" fn(_: *mut c_void, _: *mut HMENU) -> HRESULT,
pub LoadMenu: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut HMENU) -> HRESULT,
pub LoadMenuID: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: *mut HMENU) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateMenu: unsafe extern "system" fn(_: *mut c_void, _: *mut HMENU) -> HRESULT
§LoadMenu: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut HMENU) -> HRESULT
§LoadMenuID: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: *mut HMENU) -> HRESULT
Implementations§
§impl IProtectedModeMenuServices_Vtbl
impl IProtectedModeMenuServices_Vtbl
pub const fn new<Identity: IProtectedModeMenuServices_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProtectedModeMenuServices_Vtbl
impl RefUnwindSafe for IProtectedModeMenuServices_Vtbl
impl Send for IProtectedModeMenuServices_Vtbl
impl Sync for IProtectedModeMenuServices_Vtbl
impl Unpin for IProtectedModeMenuServices_Vtbl
impl UnwindSafe for IProtectedModeMenuServices_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