[][src]Struct CCODE::_JOB_INFO_4W

#[repr(C)]pub struct _JOB_INFO_4W {
    pub JobId: DWORD,
    pub pPrinterName: LPWSTR,
    pub pMachineName: LPWSTR,
    pub pUserName: LPWSTR,
    pub pDocument: LPWSTR,
    pub pNotifyName: LPWSTR,
    pub pDatatype: LPWSTR,
    pub pPrintProcessor: LPWSTR,
    pub pParameters: LPWSTR,
    pub pDriverName: LPWSTR,
    pub pDevMode: LPDEVMODEW,
    pub pStatus: LPWSTR,
    pub pSecurityDescriptor: PSECURITY_DESCRIPTOR,
    pub Status: DWORD,
    pub Priority: DWORD,
    pub Position: DWORD,
    pub StartTime: DWORD,
    pub UntilTime: DWORD,
    pub TotalPages: DWORD,
    pub Size: DWORD,
    pub Submitted: SYSTEMTIME,
    pub Time: DWORD,
    pub PagesPrinted: DWORD,
    pub SizeHigh: LONG,
}

Fields

JobId: DWORDpPrinterName: LPWSTRpMachineName: LPWSTRpUserName: LPWSTRpDocument: LPWSTRpNotifyName: LPWSTRpDatatype: LPWSTRpPrintProcessor: LPWSTRpParameters: LPWSTRpDriverName: LPWSTRpDevMode: LPDEVMODEWpStatus: LPWSTRpSecurityDescriptor: PSECURITY_DESCRIPTORStatus: DWORDPriority: DWORDPosition: DWORDStartTime: DWORDUntilTime: DWORDTotalPages: DWORDSize: DWORDSubmitted: SYSTEMTIMETime: DWORDPagesPrinted: DWORDSizeHigh: LONG

Trait Implementations

impl Clone for _JOB_INFO_4W[src]

impl Copy for _JOB_INFO_4W[src]

impl Debug for _JOB_INFO_4W[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.