Struct windows_sys::Win32::System::Diagnostics::Etw::EVENT_TRACE
[−]#[repr(C)]pub struct EVENT_TRACE {
pub Header: EVENT_TRACE_HEADER,
pub InstanceId: u32,
pub ParentInstanceId: u32,
pub ParentGuid: GUID,
pub MofData: *mut c_void,
pub MofLength: u32,
pub Anonymous: EVENT_TRACE_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
Header: EVENT_TRACE_HEADER
InstanceId: u32
ParentInstanceId: u32
ParentGuid: GUID
MofData: *mut c_void
MofLength: u32
Anonymous: EVENT_TRACE_0
Trait Implementations
impl Clone for EVENT_TRACE
impl Clone for EVENT_TRACE
impl Copy for EVENT_TRACE
Auto Trait Implementations
impl RefUnwindSafe for EVENT_TRACE
impl !Send for EVENT_TRACE
impl !Sync for EVENT_TRACE
impl Unpin for EVENT_TRACE
impl UnwindSafe for EVENT_TRACE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more