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