Struct IOleInPlaceFrame_Vtbl
#[repr(C)]pub struct IOleInPlaceFrame_Vtbl {
pub base__: IOleInPlaceUIWindow_Vtbl,
pub InsertMenus: unsafe extern "system" fn(_: *mut c_void, _: HMENU, _: *mut OLEMENUGROUPWIDTHS) -> HRESULT,
pub SetMenu: unsafe extern "system" fn(_: *mut c_void, _: HMENU, _: isize, _: HWND) -> HRESULT,
pub RemoveMenus: unsafe extern "system" fn(_: *mut c_void, _: HMENU) -> HRESULT,
pub SetStatusText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub EnableModeless: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub TranslateAccelerator: unsafe extern "system" fn(_: *mut c_void, _: *const MSG, _: u16) -> HRESULT,
}
Fields§
§base__: IOleInPlaceUIWindow_Vtbl
§InsertMenus: unsafe extern "system" fn(_: *mut c_void, _: HMENU, _: *mut OLEMENUGROUPWIDTHS) -> HRESULT
§SetMenu: unsafe extern "system" fn(_: *mut c_void, _: HMENU, _: isize, _: HWND) -> HRESULT
§RemoveMenus: unsafe extern "system" fn(_: *mut c_void, _: HMENU) -> HRESULT
§SetStatusText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§EnableModeless: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§TranslateAccelerator: unsafe extern "system" fn(_: *mut c_void, _: *const MSG, _: u16) -> HRESULT
Implementations§
§impl IOleInPlaceFrame_Vtbl
impl IOleInPlaceFrame_Vtbl
pub const fn new<Identity: IOleInPlaceFrame_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleInPlaceFrame_Vtbl
impl RefUnwindSafe for IOleInPlaceFrame_Vtbl
impl Send for IOleInPlaceFrame_Vtbl
impl Sync for IOleInPlaceFrame_Vtbl
impl Unpin for IOleInPlaceFrame_Vtbl
impl UnwindSafe for IOleInPlaceFrame_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