#[repr(C)]
pub struct TRACE_LOGFILE_HEADER64 {
Show 18 fields pub BufferSize: u32, pub Anonymous1: TRACE_LOGFILE_HEADER64_0, pub ProviderVersion: u32, pub NumberOfProcessors: u32, pub EndTime: i64, pub TimerResolution: u32, pub MaximumFileSize: u32, pub LogFileMode: u32, pub BuffersWritten: u32, pub Anonymous2: TRACE_LOGFILE_HEADER64_1, pub LoggerName: u64, pub LogFileName: u64, pub TimeZone: TIME_ZONE_INFORMATION, pub BootTime: i64, pub PerfFreq: i64, pub StartTime: i64, pub ReservedFlags: u32, pub BuffersLost: u32,
}
Expand description

Required features: "Win32_System_Diagnostics_Etw", "Win32_Foundation", "Win32_System_Time"

Fields

BufferSize: u32Anonymous1: TRACE_LOGFILE_HEADER64_0ProviderVersion: u32NumberOfProcessors: u32EndTime: i64TimerResolution: u32MaximumFileSize: u32LogFileMode: u32BuffersWritten: u32Anonymous2: TRACE_LOGFILE_HEADER64_1LoggerName: u64LogFileName: u64TimeZone: TIME_ZONE_INFORMATIONBootTime: i64PerfFreq: i64StartTime: i64ReservedFlags: u32BuffersLost: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.