Struct windows::Win32::System::Diagnostics::Etw::ITraceEvent_Vtbl
#[repr(C)]pub struct ITraceEvent_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetUserContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetEventRecord: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut EVENT_RECORD) -> HRESULT,
pub SetPayload: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT,
pub SetEventDescriptor: unsafe extern "system" fn(_: *mut c_void, _: *const EVENT_DESCRIPTOR) -> HRESULT,
pub SetProcessId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetProcessorIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetThreadId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetThreadTimes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub SetActivityId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub SetTimeStamp: unsafe extern "system" fn(_: *mut c_void, _: *const i64) -> HRESULT,
pub SetProviderId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetUserContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetEventRecord: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut EVENT_RECORD) -> HRESULT
§SetPayload: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT
§SetEventDescriptor: unsafe extern "system" fn(_: *mut c_void, _: *const EVENT_DESCRIPTOR) -> HRESULT
§SetProcessId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetProcessorIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetThreadId: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetThreadTimes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§SetActivityId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§SetTimeStamp: unsafe extern "system" fn(_: *mut c_void, _: *const i64) -> HRESULT
§SetProviderId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
Implementations§
§impl ITraceEvent_Vtbl
impl ITraceEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITraceEvent_Vtblwhere
Identity: ITraceEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITraceEvent_Vtbl
impl RefUnwindSafe for ITraceEvent_Vtbl
impl Send for ITraceEvent_Vtbl
impl Sync for ITraceEvent_Vtbl
impl Unpin for ITraceEvent_Vtbl
impl UnwindSafe for ITraceEvent_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