Struct vc6_sys::_PRINTER_INFO_2A
source · #[repr(C)]pub struct _PRINTER_INFO_2A {Show 21 fields
pub pServerName: LPSTR,
pub pPrinterName: LPSTR,
pub pShareName: LPSTR,
pub pPortName: LPSTR,
pub pDriverName: LPSTR,
pub pComment: LPSTR,
pub pLocation: LPSTR,
pub pDevMode: LPDEVMODEA,
pub pSepFile: LPSTR,
pub pPrintProcessor: LPSTR,
pub pDatatype: LPSTR,
pub pParameters: LPSTR,
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: LPSTR§pPrinterName: LPSTR§pPortName: LPSTR§pDriverName: LPSTR§pComment: LPSTR§pLocation: LPSTR§pDevMode: LPDEVMODEA§pSepFile: LPSTR§pPrintProcessor: LPSTR§pDatatype: LPSTR§pParameters: LPSTR§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_2A
impl Clone for _PRINTER_INFO_2A
source§fn clone(&self) -> _PRINTER_INFO_2A
fn clone(&self) -> _PRINTER_INFO_2A
Returns a copy 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_2A
impl Debug for _PRINTER_INFO_2A
impl Copy for _PRINTER_INFO_2A
Auto Trait Implementations§
impl RefUnwindSafe for _PRINTER_INFO_2A
impl !Send for _PRINTER_INFO_2A
impl !Sync for _PRINTER_INFO_2A
impl Unpin for _PRINTER_INFO_2A
impl UnwindSafe for _PRINTER_INFO_2A
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