Struct windows_sys::Wdk::System::SystemServices::WHEA_SRAS_TABLE_ERROR
#[repr(C)]pub struct WHEA_SRAS_TABLE_ERROR {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
Trait Implementations§
§impl Clone for WHEA_SRAS_TABLE_ERROR
impl Clone for WHEA_SRAS_TABLE_ERROR
impl Copy for WHEA_SRAS_TABLE_ERROR
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_SRAS_TABLE_ERROR
impl Send for WHEA_SRAS_TABLE_ERROR
impl Sync for WHEA_SRAS_TABLE_ERROR
impl Unpin for WHEA_SRAS_TABLE_ERROR
impl UnwindSafe for WHEA_SRAS_TABLE_ERROR
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