#[repr(C, packed(1))]pub struct WHEA_ERROR_SOURCE_CONFIGURATION_DD {
pub Initialize: WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER,
pub Uninitialize: WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER,
pub Correct: WHEA_ERROR_SOURCE_CORRECT_DEVICE_DRIVER,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Initialize: WHEA_ERROR_SOURCE_INITIALIZE_DEVICE_DRIVER
§Uninitialize: WHEA_ERROR_SOURCE_UNINITIALIZE_DEVICE_DRIVER
§Correct: WHEA_ERROR_SOURCE_CORRECT_DEVICE_DRIVER
Trait Implementations§
§impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION_DD
impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION_DD
impl Copy for WHEA_ERROR_SOURCE_CONFIGURATION_DD
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_ERROR_SOURCE_CONFIGURATION_DD
impl Send for WHEA_ERROR_SOURCE_CONFIGURATION_DD
impl Sync for WHEA_ERROR_SOURCE_CONFIGURATION_DD
impl Unpin for WHEA_ERROR_SOURCE_CONFIGURATION_DD
impl UnwindSafe for WHEA_ERROR_SOURCE_CONFIGURATION_DD
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