Union windows_sys::Win32::System::Diagnostics::Debug::XPF_MCE_FLAGS
[−]#[repr(C, packed(1))]
pub union XPF_MCE_FLAGS {
pub Anonymous: XPF_MCE_FLAGS_0,
pub AsULONG: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Anonymous: XPF_MCE_FLAGS_0
AsULONG: u32
Trait Implementations
impl Clone for XPF_MCE_FLAGS
impl Clone for XPF_MCE_FLAGS
impl Copy for XPF_MCE_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for XPF_MCE_FLAGS
impl Send for XPF_MCE_FLAGS
impl Sync for XPF_MCE_FLAGS
impl Unpin for XPF_MCE_FLAGS
impl UnwindSafe for XPF_MCE_FLAGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more