#[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 i8pOldDriverDirectory: *mut i8cVersion: u32pName: *mut i8pEnvironment: *mut i8pDriverPath: *mut i8pDataFile: *mut i8pConfigFile: *mut i8pHelpFile: *mut i8pDependentFiles: *mut i8pMonitorName: *mut i8pDefaultDataType: *mut i8pszzPreviousNames: *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.