#[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: u16
Enabled: BOOLEAN
Reserved: u8
SourceGuid: GUID
LogTag: u16
Reserved2: u16
PacketLength: u32
PacketCount: u32
PacketBuffer: *mut u8
Config: WHEA_ERROR_SOURCE_CONFIGURATION_DD
CreatorId: GUID
PartitionId: GUID
MaxSectionDataLength: u32
MaxSectionsPerRecord: u32
PacketStateBuffer: *mut u8
OpenHandles: i32
Trait Implementations
impl Clone for WHEA_DEVICE_DRIVER_DESCRIPTOR
impl Clone for WHEA_DEVICE_DRIVER_DESCRIPTOR
impl Copy for WHEA_DEVICE_DRIVER_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for WHEA_DEVICE_DRIVER_DESCRIPTOR
impl !Send for WHEA_DEVICE_DRIVER_DESCRIPTOR
impl !Sync for WHEA_DEVICE_DRIVER_DESCRIPTOR
impl Unpin for WHEA_DEVICE_DRIVER_DESCRIPTOR
impl UnwindSafe for WHEA_DEVICE_DRIVER_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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