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