Struct windows_sys::Win32::Graphics::Printing::PRINTER_INFO_2A
[−]#[repr(C)]pub struct PRINTER_INFO_2A {Show 21 fields
pub pServerName: PSTR,
pub pPrinterName: PSTR,
pub pShareName: PSTR,
pub pPortName: PSTR,
pub pDriverName: PSTR,
pub pComment: PSTR,
pub pLocation: PSTR,
pub pDevMode: *mut DEVMODEA,
pub pSepFile: PSTR,
pub pPrintProcessor: PSTR,
pub pDatatype: PSTR,
pub pParameters: PSTR,
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: PSTRpPrinterName: PSTRpPortName: PSTRpDriverName: PSTRpComment: PSTRpLocation: PSTRpDevMode: *mut DEVMODEApSepFile: PSTRpPrintProcessor: PSTRpDatatype: PSTRpParameters: PSTRpSecurityDescriptor: *mut SECURITY_DESCRIPTORAttributes: u32Priority: u32DefaultPriority: u32StartTime: u32UntilTime: u32Status: u32cJobs: u32AveragePPM: u32Trait Implementations
impl Clone for PRINTER_INFO_2A
impl Clone 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more