#[repr(C)]
pub struct EVENTLOGRECORD {
Show 16 fields pub Length: u32, pub Reserved: u32, pub RecordNumber: u32, pub TimeGenerated: u32, pub TimeWritten: u32, pub EventID: u32, pub EventType: REPORT_EVENT_TYPE, pub NumStrings: u16, pub EventCategory: u16, pub ReservedFlags: u16, pub ClosingRecordNumber: u32, pub StringOffset: u32, pub UserSidLength: u32, pub UserSidOffset: u32, pub DataLength: u32, pub DataOffset: u32,
}
Expand description

Required features: "Win32_System_EventLog"

Fields

Length: u32Reserved: u32RecordNumber: u32TimeGenerated: u32TimeWritten: u32EventID: u32EventType: REPORT_EVENT_TYPENumStrings: u16EventCategory: u16ReservedFlags: u16ClosingRecordNumber: u32StringOffset: u32UserSidLength: u32UserSidOffset: u32DataLength: u32DataOffset: 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.