#[repr(C, packed(1))]pub struct WHEA_ERROR_RECORD_SECTION_DESCRIPTOR {
pub SectionOffset: u32,
pub SectionLength: u32,
pub Revision: WHEA_REVISION,
pub ValidBits: WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS,
pub Reserved: u8,
pub Flags: WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_FLAGS,
pub SectionType: GUID,
pub FRUId: GUID,
pub SectionSeverity: WHEA_ERROR_SEVERITY,
pub FRUText: [i8; 20],
}
Fields§
§SectionOffset: u32
§SectionLength: u32
§Revision: WHEA_REVISION
§ValidBits: WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_VALIDBITS
§Reserved: u8
§Flags: WHEA_ERROR_RECORD_SECTION_DESCRIPTOR_FLAGS
§SectionType: GUID
§FRUId: GUID
§SectionSeverity: WHEA_ERROR_SEVERITY
§FRUText: [i8; 20]
Trait Implementations§
§impl Clone for WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
impl Clone for WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
§fn clone(&self) -> WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
fn clone(&self) -> WHEA_ERROR_RECORD_SECTION_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_ERROR_RECORD_SECTION_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
impl RefUnwindSafe for WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
impl Send for WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
impl Sync for WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
impl Unpin for WHEA_ERROR_RECORD_SECTION_DESCRIPTOR
impl UnwindSafe for WHEA_ERROR_RECORD_SECTION_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
)