#[repr(C, packed(1))]pub struct WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER {
pub Version: u32,
pub SourceGuid: GUID,
pub LogTag: u16,
pub Reserved: [u8; 6],
pub Initialize: WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER,
pub Uninitialize: WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER,
pub MaxSectionDataLength: u32,
pub MaxSectionsPerReport: u32,
pub CreatorId: GUID,
pub PartitionId: GUID,
}
Fields§
§Version: u32
§SourceGuid: GUID
§LogTag: u16
§Reserved: [u8; 6]
§Initialize: WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER
§Uninitialize: WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER
§MaxSectionDataLength: u32
§MaxSectionsPerReport: u32
§CreatorId: GUID
§PartitionId: GUID
Trait Implementations§
§impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
§fn clone(&self) -> WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
fn clone(&self) -> WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
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_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
Auto Trait Implementations§
impl Freeze for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
impl RefUnwindSafe for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
impl Send for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
impl Sync for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
impl Unpin for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
impl UnwindSafe for WHEA_ERROR_SOURCE_CONFIGURATION_DEVICE_DRIVER
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
)