Struct windows_sys::Win32::System::ComponentServices::HANG_INFO
[−]#[repr(C)]pub struct HANG_INFO {
pub fAppHangMonitorEnabled: BOOL,
pub fTerminateOnHang: BOOL,
pub DumpType: DUMPTYPE,
pub dwHangTimeout: u32,
pub dwDumpCount: u32,
pub dwInfoMsgCount: u32,
}
Expand description
Required features: "Win32_System_ComponentServices"
, "Win32_Foundation"
Fields
fAppHangMonitorEnabled: BOOL
fTerminateOnHang: BOOL
DumpType: DUMPTYPE
dwHangTimeout: u32
dwDumpCount: u32
dwInfoMsgCount: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HANG_INFO
impl Send for HANG_INFO
impl Sync for HANG_INFO
impl Unpin for HANG_INFO
impl UnwindSafe for HANG_INFO
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