Struct winapi::winnt::RTL_CRITICAL_SECTION_DEBUG [] [src]

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
CreatorBackTraceIndex
CriticalSection
ProcessLocksList
EntryCount
ContentionCount
Flags
CreatorBackTraceIndexHigh
SpareWORD

Trait Implementations

Derived Implementations

impl Debug for RTL_CRITICAL_SECTION_DEBUG

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for RTL_CRITICAL_SECTION_DEBUG

impl Clone for RTL_CRITICAL_SECTION_DEBUG

fn clone(&self) -> RTL_CRITICAL_SECTION_DEBUG

fn clone_from(&mut self, source: &Self)