#[repr(C, packed(1))]
pub union WHEA_EVENT_LOG_ENTRY_FLAGS {
pub Anonymous: WHEA_EVENT_LOG_ENTRY_FLAGS_0,
pub AsULONG: u32,
}
Fields§
§Anonymous: WHEA_EVENT_LOG_ENTRY_FLAGS_0
§AsULONG: u32
Trait Implementations§
§impl Clone for WHEA_EVENT_LOG_ENTRY_FLAGS
impl Clone for WHEA_EVENT_LOG_ENTRY_FLAGS
impl Copy for WHEA_EVENT_LOG_ENTRY_FLAGS
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_EVENT_LOG_ENTRY_FLAGS
impl Send for WHEA_EVENT_LOG_ENTRY_FLAGS
impl Sync for WHEA_EVENT_LOG_ENTRY_FLAGS
impl Unpin for WHEA_EVENT_LOG_ENTRY_FLAGS
impl UnwindSafe for WHEA_EVENT_LOG_ENTRY_FLAGS
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