[][src]Struct CCODE::_DRIVER_INFO_8A

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

Fields

cVersion: DWORDpName: LPSTRpEnvironment: LPSTRpDriverPath: LPSTRpDataFile: LPSTRpConfigFile: LPSTRpHelpFile: LPSTRpDependentFiles: LPSTRpMonitorName: LPSTRpDefaultDataType: LPSTRpszzPreviousNames: LPSTRftDriverDate: FILETIMEdwlDriverVersion: DWORDLONGpszMfgName: LPSTRpszOEMUrl: LPSTRpszHardwareID: LPSTRpszProvider: LPSTRpszPrintProcessor: LPSTRpszVendorSetup: LPSTRpszzColorProfiles: LPSTRpszInfPath: LPSTRdwPrinterDriverAttributes: DWORDpszzCoreDriverDependencies: LPSTRftMinInboxDriverVerDate: FILETIMEdwlMinInboxDriverVerVersion: DWORDLONG

Trait Implementations

impl Clone for _DRIVER_INFO_8A[src]

impl Copy for _DRIVER_INFO_8A[src]

impl Debug for _DRIVER_INFO_8A[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.