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