Struct windows::Win32::System::Diagnostics::Debug::ActiveScript::IDebugHelper_Vtbl
#[repr(C)]pub struct IDebugHelper_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreatePropertyBrowser: unsafe extern "system" fn(_: *mut c_void, _: *const MaybeUninit<VARIANT>, _: PCWSTR, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreatePropertyBrowserEx: unsafe extern "system" fn(_: *mut c_void, _: *const MaybeUninit<VARIANT>, _: PCWSTR, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateSimpleConnectionPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreatePropertyBrowser: unsafe extern "system" fn(_: *mut c_void, _: *const MaybeUninit<VARIANT>, _: PCWSTR, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreatePropertyBrowserEx: unsafe extern "system" fn(_: *mut c_void, _: *const MaybeUninit<VARIANT>, _: PCWSTR, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateSimpleConnectionPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDebugHelper_Vtbl
impl IDebugHelper_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugHelper_Vtblwhere
Identity: IDebugHelper_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugHelper_Vtbl
impl RefUnwindSafe for IDebugHelper_Vtbl
impl Send for IDebugHelper_Vtbl
impl Sync for IDebugHelper_Vtbl
impl Unpin for IDebugHelper_Vtbl
impl UnwindSafe for IDebugHelper_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