Type Alias winfsp_sys::CRITICAL_SECTION

source ·
pub type CRITICAL_SECTION = RTL_CRITICAL_SECTION;

Aliased Type§

struct CRITICAL_SECTION {
    pub DebugInfo: *mut _RTL_CRITICAL_SECTION_DEBUG,
    pub LockCount: i32,
    pub RecursionCount: i32,
    pub OwningThread: *mut c_void,
    pub LockSemaphore: *mut c_void,
    pub SpinCount: u64,
}

Fields§

§DebugInfo: *mut _RTL_CRITICAL_SECTION_DEBUG§LockCount: i32§RecursionCount: i32§OwningThread: *mut c_void§LockSemaphore: *mut c_void§SpinCount: u64

Trait Implementations§

source§

impl Clone for _RTL_CRITICAL_SECTION

source§

fn clone(&self) -> _RTL_CRITICAL_SECTION

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for _RTL_CRITICAL_SECTION

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _RTL_CRITICAL_SECTION

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _RTL_CRITICAL_SECTION