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: WORD CreatorBackTraceIndex: WORD CriticalSection: *mut RTL_CRITICAL_SECTION ProcessLocksList: LIST_ENTRY EntryCount: DWORD ContentionCount: DWORD Flags: DWORD CreatorBackTraceIndexHigh: WORD SpareWORD: WORD

Trait Implementations

impl Debug for RTL_CRITICAL_SECTION_DEBUG
[src]

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

Formats the value using the given formatter.

impl Copy for RTL_CRITICAL_SECTION_DEBUG
[src]

impl Clone for RTL_CRITICAL_SECTION_DEBUG
[src]

fn clone(&self) -> RTL_CRITICAL_SECTION_DEBUG

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more