Struct IActiveScriptSiteWindow_Vtbl
#[repr(C)]pub struct IActiveScriptSiteWindow_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub EnableModeless: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§EnableModeless: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IActiveScriptSiteWindow_Vtbl
impl IActiveScriptSiteWindow_Vtbl
pub const fn new<Identity: IActiveScriptSiteWindow_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IActiveScriptSiteWindow_Vtbl
impl RefUnwindSafe for IActiveScriptSiteWindow_Vtbl
impl Send for IActiveScriptSiteWindow_Vtbl
impl Sync for IActiveScriptSiteWindow_Vtbl
impl Unpin for IActiveScriptSiteWindow_Vtbl
impl UnwindSafe for IActiveScriptSiteWindow_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