Struct winapi::um::winnt::RTL_CRITICAL_SECTION_DEBUG
source · #[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: WORD
§CreatorBackTraceIndex: WORD
§CriticalSection: *mut RTL_CRITICAL_SECTION
§ProcessLocksList: LIST_ENTRY
§EntryCount: DWORD
§ContentionCount: DWORD
§Flags: DWORD
§CreatorBackTraceIndexHigh: WORD
§SpareWORD: WORD
Trait Implementations§
source§impl Clone for RTL_CRITICAL_SECTION_DEBUG
impl Clone for RTL_CRITICAL_SECTION_DEBUG
source§fn clone(&self) -> RTL_CRITICAL_SECTION_DEBUG
fn clone(&self) -> RTL_CRITICAL_SECTION_DEBUG
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RTL_CRITICAL_SECTION_DEBUG
impl Default for RTL_CRITICAL_SECTION_DEBUG
source§fn default() -> RTL_CRITICAL_SECTION_DEBUG
fn default() -> RTL_CRITICAL_SECTION_DEBUG
Returns the “default value” for a type. Read more