Struct windows_sys::Win32::System::Diagnostics::Debug::WHEA_DEVICE_DRIVER_DESCRIPTOR
#[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,
}
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
§fn clone(&self) -> WHEA_DEVICE_DRIVER_DESCRIPTOR
fn clone(&self) -> WHEA_DEVICE_DRIVER_DESCRIPTOR
Returns a copy 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 moreimpl Copy for WHEA_DEVICE_DRIVER_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for WHEA_DEVICE_DRIVER_DESCRIPTOR
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)