Struct winapi::um::winnt::RTL_CRITICAL_SECTION_DEBUG   [−][src]
#[repr(C)]pub struct RTL_CRITICAL_SECTION_DEBUG {
    pub Type: WORD,
    pub CreatorBackTraceIndex: WORD,
    pub CriticalSection: *mut RTL_CRITICAL_SECTION,
    pub ProcessLocksList: LIST_ENTRY,
    pub EntryCount: DWORD,
    pub ContentionCount: DWORD,
    pub Flags: DWORD,
    pub CreatorBackTraceIndexHigh: WORD,
    pub SpareWORD: WORD,
}Fields
Type: WORDCreatorBackTraceIndex: WORDCriticalSection: *mut RTL_CRITICAL_SECTIONProcessLocksList: LIST_ENTRYEntryCount: DWORDContentionCount: DWORDFlags: DWORDCreatorBackTraceIndexHigh: WORDSpareWORD: WORDTrait Implementations
Returns the “default value” for a type. Read more