#[repr(C)]
pub struct DRIVER_UPGRADE_INFO_2 {
Show 13 fields pub pPrinterName: *mut i8, pub pOldDriverDirectory: *mut i8, pub cVersion: u32, pub pName: *mut i8, pub pEnvironment: *mut i8, pub pDriverPath: *mut i8, pub pDataFile: *mut i8, pub pConfigFile: *mut i8, pub pHelpFile: *mut i8, pub pDependentFiles: *mut i8, pub pMonitorName: *mut i8, pub pDefaultDataType: *mut i8, pub pszzPreviousNames: *mut i8,
}
Expand description

Required features: "Win32_Graphics_Printing"

Fields§

§pPrinterName: *mut i8§pOldDriverDirectory: *mut i8§cVersion: u32§pName: *mut i8§pEnvironment: *mut i8§pDriverPath: *mut i8§pDataFile: *mut i8§pConfigFile: *mut i8§pHelpFile: *mut i8§pDependentFiles: *mut i8§pMonitorName: *mut i8§pDefaultDataType: *mut i8§pszzPreviousNames: *mut i8

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.