#[repr(C)]pub struct _PRINTER_INFO_2W {Show 21 fields
pub pServerName: LPWSTR,
pub pPrinterName: LPWSTR,
pub pShareName: LPWSTR,
pub pPortName: LPWSTR,
pub pDriverName: LPWSTR,
pub pComment: LPWSTR,
pub pLocation: LPWSTR,
pub pDevMode: LPDEVMODEW,
pub pSepFile: LPWSTR,
pub pPrintProcessor: LPWSTR,
pub pDatatype: LPWSTR,
pub pParameters: LPWSTR,
pub pSecurityDescriptor: PSECURITY_DESCRIPTOR,
pub Attributes: DWORD,
pub Priority: DWORD,
pub DefaultPriority: DWORD,
pub StartTime: DWORD,
pub UntilTime: DWORD,
pub Status: DWORD,
pub cJobs: DWORD,
pub AveragePPM: DWORD,
}Fields§
§pServerName: LPWSTR§pPrinterName: LPWSTR§pPortName: LPWSTR§pDriverName: LPWSTR§pComment: LPWSTR§pLocation: LPWSTR§pDevMode: LPDEVMODEW§pSepFile: LPWSTR§pPrintProcessor: LPWSTR§pDatatype: LPWSTR§pParameters: LPWSTR§pSecurityDescriptor: PSECURITY_DESCRIPTOR§Attributes: DWORD§Priority: DWORD§DefaultPriority: DWORD§StartTime: DWORD§UntilTime: DWORD§Status: DWORD§cJobs: DWORD§AveragePPM: DWORDTrait Implementations§
Source§impl Clone for _PRINTER_INFO_2W
impl Clone for _PRINTER_INFO_2W
Source§fn clone(&self) -> _PRINTER_INFO_2W
fn clone(&self) -> _PRINTER_INFO_2W
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _PRINTER_INFO_2W
impl Debug for _PRINTER_INFO_2W
impl Copy for _PRINTER_INFO_2W
Auto Trait Implementations§
impl Freeze for _PRINTER_INFO_2W
impl RefUnwindSafe for _PRINTER_INFO_2W
impl !Send for _PRINTER_INFO_2W
impl !Sync for _PRINTER_INFO_2W
impl Unpin for _PRINTER_INFO_2W
impl UnwindSafe for _PRINTER_INFO_2W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more