Struct winapi::winnt::ACTIVATION_CONTEXT
[−]
[src]
pub struct ACTIVATION_CONTEXT { pub dummy: *mut c_void, }
Fields
dummy |
Trait Implementations
impl Copy for ACTIVATION_CONTEXT
[src]
impl Clone for ACTIVATION_CONTEXT
[src]
fn clone(&self) -> ACTIVATION_CONTEXT
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