#[repr(C, packed(1))]pub struct WHEA_SRAS_TABLE_ENTRIES_EVENT {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub LogNumber: u32,
pub NumberSignals: u32,
pub Data: [u8; 1],
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§LogNumber: u32
§NumberSignals: u32
§Data: [u8; 1]
Trait Implementations§
§impl Clone for WHEA_SRAS_TABLE_ENTRIES_EVENT
impl Clone for WHEA_SRAS_TABLE_ENTRIES_EVENT
impl Copy for WHEA_SRAS_TABLE_ENTRIES_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_SRAS_TABLE_ENTRIES_EVENT
impl Send for WHEA_SRAS_TABLE_ENTRIES_EVENT
impl Sync for WHEA_SRAS_TABLE_ENTRIES_EVENT
impl Unpin for WHEA_SRAS_TABLE_ENTRIES_EVENT
impl UnwindSafe for WHEA_SRAS_TABLE_ENTRIES_EVENT
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