[][src]Struct winapi::um::winspool::DRIVER_INFO_8W

#[repr(C)]
pub struct DRIVER_INFO_8W { pub cVersion: DWORD, pub pName: LPWSTR, pub pEnvironment: LPWSTR, pub pDriverPath: LPWSTR, pub pDataFile: LPWSTR, pub pConfigFile: LPWSTR, pub pHelpFile: LPWSTR, pub pDependentFiles: LPWSTR, pub pMonitorName: LPWSTR, pub pDefaultDataType: LPWSTR, pub pszzPreviousNames: LPWSTR, pub ftDriverDate: FILETIME, pub dwlDriverVersion: DWORDLONG, pub pszMfgName: LPWSTR, pub pszOEMUrl: LPWSTR, pub pszHardwareID: LPWSTR, pub pszProvider: LPWSTR, pub pszPrintProcessor: LPWSTR, pub pszVendorSetup: LPWSTR, pub pszzColorProfiles: LPWSTR, pub pszInfPath: LPWSTR, pub dwPrinterDriverAttributes: DWORD, pub pszzCoreDriverDependencies: LPWSTR, pub ftMinInboxDriverVerDate: FILETIME, pub dwlMinInboxDriverVerVersion: DWORDLONG, }

Fields

cVersion: DWORDpName: LPWSTRpEnvironment: LPWSTRpDriverPath: LPWSTRpDataFile: LPWSTRpConfigFile: LPWSTRpHelpFile: LPWSTRpDependentFiles: LPWSTRpMonitorName: LPWSTRpDefaultDataType: LPWSTRpszzPreviousNames: LPWSTRftDriverDate: FILETIMEdwlDriverVersion: DWORDLONGpszMfgName: LPWSTRpszOEMUrl: LPWSTRpszHardwareID: LPWSTRpszProvider: LPWSTRpszPrintProcessor: LPWSTRpszVendorSetup: LPWSTRpszzColorProfiles: LPWSTRpszInfPath: LPWSTRdwPrinterDriverAttributes: DWORDpszzCoreDriverDependencies: LPWSTRftMinInboxDriverVerDate: FILETIMEdwlMinInboxDriverVerVersion: DWORDLONG

Trait Implementations

impl Copy for DRIVER_INFO_8W[src]

impl Clone for DRIVER_INFO_8W[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DRIVER_INFO_8W[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]