Struct winapi::um::winnt::ACTIVATION_CONTEXT
source · #[repr(C)]pub struct ACTIVATION_CONTEXT {
pub dummy: *mut c_void,
}Fields§
§dummy: *mut c_voidTrait Implementations§
source§impl Clone for ACTIVATION_CONTEXT
impl Clone for ACTIVATION_CONTEXT
source§fn clone(&self) -> ACTIVATION_CONTEXT
fn clone(&self) -> ACTIVATION_CONTEXT
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 more