Type Definition flexible_locks::SRWLOCK [] [src]

type SRWLOCK = RawOsMutex<SRWLOCK>;

[RawOsMutex] wrapper for winapi::um::synchapi::SRWLOCK.

Trait Implementations

impl Default for SRWLOCK
[src]

[src]

Returns the "default value" for a type. Read more