#[repr(C)]pub struct WHEA_ERROR_SOURCE_CONFIGURATION {
pub Flags: u32,
pub Correct: WHEA_ERROR_SOURCE_CORRECT,
pub Initialize: WHEA_ERROR_SOURCE_INITIALIZE,
pub CreateRecord: WHEA_ERROR_SOURCE_CREATE_RECORD,
pub Recover: WHEA_ERROR_SOURCE_RECOVER,
pub Uninitialize: WHEA_ERROR_SOURCE_UNINITIALIZE,
pub Reserved: *mut c_void,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Flags: u32§Correct: WHEA_ERROR_SOURCE_CORRECT§Initialize: WHEA_ERROR_SOURCE_INITIALIZE§CreateRecord: WHEA_ERROR_SOURCE_CREATE_RECORD§Recover: WHEA_ERROR_SOURCE_RECOVER§Uninitialize: WHEA_ERROR_SOURCE_UNINITIALIZE§Reserved: *mut c_voidTrait Implementations§
§impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION
impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION
impl Copy for WHEA_ERROR_SOURCE_CONFIGURATION
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_ERROR_SOURCE_CONFIGURATION
impl !Send for WHEA_ERROR_SOURCE_CONFIGURATION
impl !Sync for WHEA_ERROR_SOURCE_CONFIGURATION
impl Unpin for WHEA_ERROR_SOURCE_CONFIGURATION
impl UnwindSafe for WHEA_ERROR_SOURCE_CONFIGURATION
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