#[repr(C)]pub struct EVENT_TRACE_HEADER {
pub Size: USHORT,
pub u1: EVENT_TRACE_HEADER_u1,
pub u2: EVENT_TRACE_HEADER_u2,
pub ThreadId: ULONG,
pub ProcessId: ULONG,
pub TimeStamp: LARGE_INTEGER,
pub u3: EVENT_TRACE_HEADER_u3,
pub u4: EVENT_TRACE_HEADER_u4,
}
Fields
Size: USHORT
u1: EVENT_TRACE_HEADER_u1
u2: EVENT_TRACE_HEADER_u2
ThreadId: ULONG
ProcessId: ULONG
TimeStamp: LARGE_INTEGER
u3: EVENT_TRACE_HEADER_u3
u4: EVENT_TRACE_HEADER_u4
Trait Implementations
sourceimpl Clone for EVENT_TRACE_HEADER
impl Clone for EVENT_TRACE_HEADER
sourcefn clone(&self) -> EVENT_TRACE_HEADER
fn clone(&self) -> EVENT_TRACE_HEADER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for EVENT_TRACE_HEADER
Auto Trait Implementations
impl RefUnwindSafe for EVENT_TRACE_HEADER
impl Send for EVENT_TRACE_HEADER
impl Sync for EVENT_TRACE_HEADER
impl Unpin for EVENT_TRACE_HEADER
impl UnwindSafe for EVENT_TRACE_HEADER
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