Struct winapi::winnt::RTL_CRITICAL_SECTION
[−]
[src]
pub struct RTL_CRITICAL_SECTION {
pub DebugInfo: PRTL_CRITICAL_SECTION_DEBUG,
pub LockCount: LONG,
pub RecursionCount: LONG,
pub OwningThread: HANDLE,
pub LockSemaphore: HANDLE,
pub SpinCount: ULONG_PTR,
}Fields
DebugInfo | |
LockCount | |
RecursionCount | |
OwningThread | |
LockSemaphore | |
SpinCount |
Trait Implementations
impl Copy for RTL_CRITICAL_SECTION[src]
impl Clone for RTL_CRITICAL_SECTION[src]
fn clone(&self) -> RTL_CRITICAL_SECTION
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