Struct winapi::winnt::ACTIVATION_CONTEXT [] [src]

pub struct ACTIVATION_CONTEXT {
    pub dummy: *mut c_void,
}

Fields

dummy: *mut c_void

Trait Implementations

impl Debug for ACTIVATION_CONTEXT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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