#[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,
}
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_void
Trait Implementations§
§impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION
impl Clone for WHEA_ERROR_SOURCE_CONFIGURATION
§fn clone(&self) -> WHEA_ERROR_SOURCE_CONFIGURATION
fn clone(&self) -> WHEA_ERROR_SOURCE_CONFIGURATION
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 more§impl Debug for WHEA_ERROR_SOURCE_CONFIGURATION
impl Debug for WHEA_ERROR_SOURCE_CONFIGURATION
§impl Default for WHEA_ERROR_SOURCE_CONFIGURATION
impl Default for WHEA_ERROR_SOURCE_CONFIGURATION
impl Copy for WHEA_ERROR_SOURCE_CONFIGURATION
Auto Trait Implementations§
impl Freeze for WHEA_ERROR_SOURCE_CONFIGURATION
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
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
)