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