Struct IWebAppDiagnosticsSetup_Vtbl
#[repr(C)]pub struct IWebAppDiagnosticsSetup_Vtbl {
pub base__: IUnknown_Vtbl,
pub DiagnosticsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub CreateObjectWithSiteAtWebApp: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const GUID, _: usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DiagnosticsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§CreateObjectWithSiteAtWebApp: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const GUID, _: usize) -> HRESULT
Implementations§
§impl IWebAppDiagnosticsSetup_Vtbl
impl IWebAppDiagnosticsSetup_Vtbl
pub const fn new<Identity: IWebAppDiagnosticsSetup_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWebAppDiagnosticsSetup_Vtbl
impl RefUnwindSafe for IWebAppDiagnosticsSetup_Vtbl
impl Send for IWebAppDiagnosticsSetup_Vtbl
impl Sync for IWebAppDiagnosticsSetup_Vtbl
impl Unpin for IWebAppDiagnosticsSetup_Vtbl
impl UnwindSafe for IWebAppDiagnosticsSetup_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