Struct winapi::winnt::RTL_CONDITION_VARIABLE
[−]
[src]
pub struct RTL_CONDITION_VARIABLE { pub Ptr: PVOID, }
Fields
Ptr |
Trait Implementations
impl Copy for RTL_CONDITION_VARIABLE
[src]
impl Clone for RTL_CONDITION_VARIABLE
[src]
fn clone(&self) -> RTL_CONDITION_VARIABLE
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more