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
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