Type Alias winfsp_sys::SRWLOCK

source ·
pub type SRWLOCK = RTL_SRWLOCK;

Aliased Type§

struct SRWLOCK {
    pub Ptr: *mut c_void,
}

Fields§

§Ptr: *mut c_void

Trait Implementations§

source§

impl Clone for _RTL_SRWLOCK

source§

fn clone(&self) -> _RTL_SRWLOCK

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_SRWLOCK

source§

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

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

impl Default for _RTL_SRWLOCK

source§

fn default() -> Self

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

impl Copy for _RTL_SRWLOCK