#[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§
Source§impl Clone for EVENT_TRACE_HEADER
impl Clone for EVENT_TRACE_HEADER
Source§fn clone(&self) -> EVENT_TRACE_HEADER
fn clone(&self) -> EVENT_TRACE_HEADER
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for EVENT_TRACE_HEADER
impl Default for EVENT_TRACE_HEADER
Source§fn default() -> EVENT_TRACE_HEADER
fn default() -> EVENT_TRACE_HEADER
Returns the “default value” for a type. Read more
impl Copy for EVENT_TRACE_HEADER
Auto Trait Implementations§
impl Freeze for EVENT_TRACE_HEADER
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§
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