#[repr(C)]pub struct SP_DEVINSTALL_PARAMS_W {
pub cbSize: DWORD,
pub Flags: DWORD,
pub FlagsEx: DWORD,
pub hwndParent: HWND,
pub InstallMsgHandler: PSP_FILE_CALLBACK_W,
pub InstallMsgHandlerContext: PVOID,
pub FileQueue: HSPFILEQ,
pub ClassInstallReserved: ULONG_PTR,
pub Reserved: DWORD,
pub DriverPath: [WCHAR; 260],
}
Fields§
§cbSize: DWORD
§Flags: DWORD
§FlagsEx: DWORD
§hwndParent: HWND
§InstallMsgHandler: PSP_FILE_CALLBACK_W
§InstallMsgHandlerContext: PVOID
§FileQueue: HSPFILEQ
§ClassInstallReserved: ULONG_PTR
§Reserved: DWORD
§DriverPath: [WCHAR; 260]
Trait Implementations§
Source§impl Clone for SP_DEVINSTALL_PARAMS_W
impl Clone for SP_DEVINSTALL_PARAMS_W
Source§fn clone(&self) -> SP_DEVINSTALL_PARAMS_W
fn clone(&self) -> SP_DEVINSTALL_PARAMS_W
Returns a duplicate 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 moreSource§impl Default for SP_DEVINSTALL_PARAMS_W
impl Default for SP_DEVINSTALL_PARAMS_W
Source§fn default() -> SP_DEVINSTALL_PARAMS_W
fn default() -> SP_DEVINSTALL_PARAMS_W
Returns the “default value” for a type. Read more
impl Copy for SP_DEVINSTALL_PARAMS_W
Auto Trait Implementations§
impl Freeze for SP_DEVINSTALL_PARAMS_W
impl RefUnwindSafe for SP_DEVINSTALL_PARAMS_W
impl !Send for SP_DEVINSTALL_PARAMS_W
impl !Sync for SP_DEVINSTALL_PARAMS_W
impl Unpin for SP_DEVINSTALL_PARAMS_W
impl UnwindSafe for SP_DEVINSTALL_PARAMS_W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more