Struct winapi::um::winnt::RTL_SRWLOCK
source · #[repr(C)]pub struct RTL_SRWLOCK {
pub Ptr: PVOID,
}
Fields§
§Ptr: PVOID
Trait Implementations§
source§impl Clone for RTL_SRWLOCK
impl Clone for RTL_SRWLOCK
source§fn clone(&self) -> RTL_SRWLOCK
fn clone(&self) -> RTL_SRWLOCK
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RTL_SRWLOCK
impl Default for RTL_SRWLOCK
source§fn default() -> RTL_SRWLOCK
fn default() -> RTL_SRWLOCK
Returns the “default value” for a type. Read more