Struct winapi::setupapi::SP_NEWDEVICEWIZARD_DATA [] [src]

#[repr(C)]
pub struct SP_NEWDEVICEWIZARD_DATA { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub Flags: DWORD, pub DynamicPages: [HPROPSHEETPAGE; 20], pub NumDynamicPages: DWORD, pub hwndWizardDlg: HWND, }

Fields

Trait Implementations

impl Debug for SP_NEWDEVICEWIZARD_DATA
[src]

Formats the value using the given formatter.

impl Copy for SP_NEWDEVICEWIZARD_DATA
[src]

impl Clone for SP_NEWDEVICEWIZARD_DATA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more