#[repr(C)]
pub struct JOB_INFO_4W {
Show 24 fields pub JobId: u32, pub pPrinterName: PWSTR, pub pMachineName: PWSTR, pub pUserName: PWSTR, pub pDocument: PWSTR, pub pNotifyName: PWSTR, pub pDatatype: PWSTR, pub pPrintProcessor: PWSTR, pub pParameters: PWSTR, pub pDriverName: PWSTR, pub pDevMode: *mut DEVMODEW, pub pStatus: PWSTR, pub pSecurityDescriptor: *mut SECURITY_DESCRIPTOR, pub Status: u32, pub Priority: u32, pub Position: u32, pub StartTime: u32, pub UntilTime: u32, pub TotalPages: u32, pub Size: u32, pub Submitted: SYSTEMTIME, pub Time: u32, pub PagesPrinted: u32, pub SizeHigh: i32,
}
Expand description

Required features: "Win32_Graphics_Printing", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Security"

Fields

JobId: u32pPrinterName: PWSTRpMachineName: PWSTRpUserName: PWSTRpDocument: PWSTRpNotifyName: PWSTRpDatatype: PWSTRpPrintProcessor: PWSTRpParameters: PWSTRpDriverName: PWSTRpDevMode: *mut DEVMODEWpStatus: PWSTRpSecurityDescriptor: *mut SECURITY_DESCRIPTORStatus: u32Priority: u32Position: u32StartTime: u32UntilTime: u32TotalPages: u32Size: u32Submitted: SYSTEMTIMETime: u32PagesPrinted: u32SizeHigh: i32

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.