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