Struct winapi::um::winnt::RTL_CONDITION_VARIABLE
source · #[repr(C)]pub struct RTL_CONDITION_VARIABLE {
pub Ptr: PVOID,
}
Fields§
§Ptr: PVOID
Trait Implementations§
source§impl Clone for RTL_CONDITION_VARIABLE
impl Clone for RTL_CONDITION_VARIABLE
source§fn clone(&self) -> RTL_CONDITION_VARIABLE
fn clone(&self) -> RTL_CONDITION_VARIABLE
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_CONDITION_VARIABLE
impl Default for RTL_CONDITION_VARIABLE
source§fn default() -> RTL_CONDITION_VARIABLE
fn default() -> RTL_CONDITION_VARIABLE
Returns the “default value” for a type. Read more