#[repr(C)]
pub struct PRINTER_INFO_2W {
Show 21 fields pub pServerName: PWSTR, pub pPrinterName: PWSTR, pub pShareName: PWSTR, pub pPortName: PWSTR, pub pDriverName: PWSTR, pub pComment: PWSTR, pub pLocation: PWSTR, pub pDevMode: *mut DEVMODEW, pub pSepFile: PWSTR, pub pPrintProcessor: PWSTR, pub pDatatype: PWSTR, pub pParameters: PWSTR, pub pSecurityDescriptor: *mut SECURITY_DESCRIPTOR, pub Attributes: u32, pub Priority: u32, pub DefaultPriority: u32, pub StartTime: u32, pub UntilTime: u32, pub Status: u32, pub cJobs: u32, pub AveragePPM: u32,
}
Expand description

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

Fields

pServerName: PWSTRpPrinterName: PWSTRpShareName: PWSTRpPortName: PWSTRpDriverName: PWSTRpComment: PWSTRpLocation: PWSTRpDevMode: *mut DEVMODEWpSepFile: PWSTRpPrintProcessor: PWSTRpDatatype: PWSTRpParameters: PWSTRpSecurityDescriptor: *mut SECURITY_DESCRIPTORAttributes: u32Priority: u32DefaultPriority: u32StartTime: u32UntilTime: u32Status: u32cJobs: u32AveragePPM: u32

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.