Struct windows::Win32::System::Diagnostics::Etw::ITraceEventCallback_Vtbl
#[repr(C)]pub struct ITraceEventCallback_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnBeginProcessTrace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnFinalizeProcessTrace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnBeginProcessTrace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnFinalizeProcessTrace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITraceEventCallback_Vtbl
impl ITraceEventCallback_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITraceEventCallback_Vtblwhere
Identity: ITraceEventCallback_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITraceEventCallback_Vtbl
impl RefUnwindSafe for ITraceEventCallback_Vtbl
impl Send for ITraceEventCallback_Vtbl
impl Sync for ITraceEventCallback_Vtbl
impl Unpin for ITraceEventCallback_Vtbl
impl UnwindSafe for ITraceEventCallback_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