#[repr(C)]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; 260],
}
Fields§
§cbSize: DWORD
§Flags: DWORD
§FlagsEx: DWORD
§hwndParent: HWND
§InstallMsgHandler: PSP_FILE_CALLBACK_A
§InstallMsgHandlerContext: PVOID
§FileQueue: HSPFILEQ
§ClassInstallReserved: ULONG_PTR
§Reserved: DWORD
§DriverPath: [CHAR; 260]
Trait Implementations§
Source§impl Clone for SP_DEVINSTALL_PARAMS_A
impl Clone for SP_DEVINSTALL_PARAMS_A
Source§fn clone(&self) -> SP_DEVINSTALL_PARAMS_A
fn clone(&self) -> SP_DEVINSTALL_PARAMS_A
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_A
impl Default for SP_DEVINSTALL_PARAMS_A
Source§fn default() -> SP_DEVINSTALL_PARAMS_A
fn default() -> SP_DEVINSTALL_PARAMS_A
Returns the “default value” for a type. Read more
impl Copy for SP_DEVINSTALL_PARAMS_A
Auto Trait Implementations§
impl Freeze for SP_DEVINSTALL_PARAMS_A
impl RefUnwindSafe for SP_DEVINSTALL_PARAMS_A
impl !Send for SP_DEVINSTALL_PARAMS_A
impl !Sync for SP_DEVINSTALL_PARAMS_A
impl Unpin for SP_DEVINSTALL_PARAMS_A
impl UnwindSafe for SP_DEVINSTALL_PARAMS_A
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