Struct windows::Win32::System::Ole::IOleWindow_Vtbl
#[repr(C)]pub struct IOleWindow_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub ContextSensitiveHelp: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§ContextSensitiveHelp: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IOleWindow_Vtbl
impl IOleWindow_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOleWindow_Vtblwhere
Identity: IOleWindow_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleWindow_Vtbl
impl RefUnwindSafe for IOleWindow_Vtbl
impl Send for IOleWindow_Vtbl
impl Sync for IOleWindow_Vtbl
impl Unpin for IOleWindow_Vtbl
impl UnwindSafe for IOleWindow_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