#[repr(C)]pub struct _JOB_INFO_2A {Show 23 fields
pub JobId: DWORD,
pub pPrinterName: LPSTR,
pub pMachineName: LPSTR,
pub pUserName: LPSTR,
pub pDocument: LPSTR,
pub pNotifyName: LPSTR,
pub pDatatype: LPSTR,
pub pPrintProcessor: LPSTR,
pub pParameters: LPSTR,
pub pDriverName: LPSTR,
pub pDevMode: LPDEVMODEA,
pub pStatus: LPSTR,
pub pSecurityDescriptor: PSECURITY_DESCRIPTOR,
pub Status: DWORD,
pub Priority: DWORD,
pub Position: DWORD,
pub StartTime: DWORD,
pub UntilTime: DWORD,
pub TotalPages: DWORD,
pub Size: DWORD,
pub Submitted: SYSTEMTIME,
pub Time: DWORD,
pub PagesPrinted: DWORD,
}Fields§
§JobId: DWORD§pPrinterName: LPSTR§pMachineName: LPSTR§pUserName: LPSTR§pDocument: LPSTR§pNotifyName: LPSTR§pDatatype: LPSTR§pPrintProcessor: LPSTR§pParameters: LPSTR§pDriverName: LPSTR§pDevMode: LPDEVMODEA§pStatus: LPSTR§pSecurityDescriptor: PSECURITY_DESCRIPTOR§Status: DWORD§Priority: DWORD§Position: DWORD§StartTime: DWORD§UntilTime: DWORD§TotalPages: DWORD§Size: DWORD§Submitted: SYSTEMTIME§Time: DWORD§PagesPrinted: DWORDTrait Implementations§
Source§impl Clone for _JOB_INFO_2A
impl Clone for _JOB_INFO_2A
Source§fn clone(&self) -> _JOB_INFO_2A
fn clone(&self) -> _JOB_INFO_2A
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 _JOB_INFO_2A
impl Debug for _JOB_INFO_2A
impl Copy for _JOB_INFO_2A
Auto Trait Implementations§
impl Freeze for _JOB_INFO_2A
impl RefUnwindSafe for _JOB_INFO_2A
impl !Send for _JOB_INFO_2A
impl !Sync for _JOB_INFO_2A
impl Unpin for _JOB_INFO_2A
impl UnwindSafe for _JOB_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