#[repr(C, packed(1))]
pub struct WHEA_DEVICE_DRIVER_DESCRIPTOR {
Show 16 fields pub Type: u16, pub Enabled: BOOLEAN, pub Reserved: u8, pub SourceGuid: GUID, pub LogTag: u16, pub Reserved2: u16, pub PacketLength: u32, pub PacketCount: u32, pub PacketBuffer: *mut u8, pub Config: WHEA_ERROR_SOURCE_CONFIGURATION_DD, pub CreatorId: GUID, pub PartitionId: GUID, pub MaxSectionDataLength: u32, pub MaxSectionsPerRecord: u32, pub PacketStateBuffer: *mut u8, pub OpenHandles: i32,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"

Fields

Type: u16Enabled: BOOLEANReserved: u8SourceGuid: GUIDLogTag: u16Reserved2: u16PacketLength: u32PacketCount: u32PacketBuffer: *mut u8Config: WHEA_ERROR_SOURCE_CONFIGURATION_DDCreatorId: GUIDPartitionId: GUIDMaxSectionDataLength: u32MaxSectionsPerRecord: u32PacketStateBuffer: *mut u8OpenHandles: i32

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.