#[repr(C, packed(1))]pub struct WHEAP_FOUND_ERROR_IN_BANK_EVENT {
pub WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY,
pub EpIndex: u32,
pub Bank: u32,
pub MciStatus: u64,
pub ErrorType: u32,
}
Fields§
§WheaEventLogEntry: WHEA_EVENT_LOG_ENTRY
§EpIndex: u32
§Bank: u32
§MciStatus: u64
§ErrorType: u32
Trait Implementations§
§impl Clone for WHEAP_FOUND_ERROR_IN_BANK_EVENT
impl Clone for WHEAP_FOUND_ERROR_IN_BANK_EVENT
impl Copy for WHEAP_FOUND_ERROR_IN_BANK_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHEAP_FOUND_ERROR_IN_BANK_EVENT
impl Send for WHEAP_FOUND_ERROR_IN_BANK_EVENT
impl Sync for WHEAP_FOUND_ERROR_IN_BANK_EVENT
impl Unpin for WHEAP_FOUND_ERROR_IN_BANK_EVENT
impl UnwindSafe for WHEAP_FOUND_ERROR_IN_BANK_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