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