Struct winapi::winnt::RTL_SRWLOCK [] [src]

pub struct RTL_SRWLOCK {
    pub Ptr: PVOID,
}

Fields

Ptr

Trait Implementations

Derived Implementations

impl Debug for RTL_SRWLOCK

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for RTL_SRWLOCK

impl Clone for RTL_SRWLOCK

fn clone(&self) -> RTL_SRWLOCK

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