Struct winapi::setupapi::COINSTALLER_CONTEXT_DATA [] [src]

pub struct COINSTALLER_CONTEXT_DATA {
    pub PostProcessing: BOOL,
    pub InstallResult: DWORD,
    pub PrivateData: PVOID,
}

Fields

PostProcessing: BOOL InstallResult: DWORD PrivateData: PVOID

Trait Implementations

impl Debug for COINSTALLER_CONTEXT_DATA
[src]

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

Formats the value using the given formatter.

impl Copy for COINSTALLER_CONTEXT_DATA
[src]

impl Clone for COINSTALLER_CONTEXT_DATA
[src]

fn clone(&self) -> COINSTALLER_CONTEXT_DATA

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