Struct winapi::setupapi::SP_DEVINSTALL_PARAMS_A
[−]
[src]
pub struct SP_DEVINSTALL_PARAMS_A { pub cbSize: DWORD, pub Flags: DWORD, pub FlagsEx: DWORD, pub hwndParent: HWND, pub InstallMsgHandler: PSP_FILE_CALLBACK_A, pub InstallMsgHandlerContext: PVOID, pub FileQueue: HSPFILEQ, pub ClassInstallReserved: ULONG_PTR, pub Reserved: DWORD, pub DriverPath: [CHAR; ::MAX_PATH], }
Fields
cbSize | |
Flags | |
FlagsEx | |
hwndParent | |
InstallMsgHandler | |
InstallMsgHandlerContext | |
FileQueue | |
ClassInstallReserved | |
Reserved | |
DriverPath |
Trait Implementations
impl Copy for SP_DEVINSTALL_PARAMS_A
[src]
impl Clone for SP_DEVINSTALL_PARAMS_A
[src]
fn clone(&self) -> SP_DEVINSTALL_PARAMS_A
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