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