Struct windows_sys::Win32::System::Diagnostics::Debug::WHEA_XPF_NMI_DESCRIPTOR
[−]Expand description
Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’
Fields
Type: u16
Enabled: BOOLEAN
Trait Implementations
impl Clone for WHEA_XPF_NMI_DESCRIPTOR
impl Clone for WHEA_XPF_NMI_DESCRIPTOR
impl Copy for WHEA_XPF_NMI_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for WHEA_XPF_NMI_DESCRIPTOR
impl Send for WHEA_XPF_NMI_DESCRIPTOR
impl Sync for WHEA_XPF_NMI_DESCRIPTOR
impl Unpin for WHEA_XPF_NMI_DESCRIPTOR
impl UnwindSafe for WHEA_XPF_NMI_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more