#[repr(C)]pub struct _JOB_INFO_1A {Show 13 fields
pub JobId: DWORD,
pub pPrinterName: LPSTR,
pub pMachineName: LPSTR,
pub pUserName: LPSTR,
pub pDocument: LPSTR,
pub pDatatype: LPSTR,
pub pStatus: LPSTR,
pub Status: DWORD,
pub Priority: DWORD,
pub Position: DWORD,
pub TotalPages: DWORD,
pub PagesPrinted: DWORD,
pub Submitted: SYSTEMTIME,
}Fields§
§JobId: DWORD§pPrinterName: LPSTR§pMachineName: LPSTR§pUserName: LPSTR§pDocument: LPSTR§pDatatype: LPSTR§pStatus: LPSTR§Status: DWORD§Priority: DWORD§Position: DWORD§TotalPages: DWORD§PagesPrinted: DWORD§Submitted: SYSTEMTIMETrait Implementations§
Source§impl Clone for _JOB_INFO_1A
impl Clone for _JOB_INFO_1A
Source§fn clone(&self) -> _JOB_INFO_1A
fn clone(&self) -> _JOB_INFO_1A
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_1A
impl Debug for _JOB_INFO_1A
impl Copy for _JOB_INFO_1A
Auto Trait Implementations§
impl Freeze for _JOB_INFO_1A
impl RefUnwindSafe for _JOB_INFO_1A
impl !Send for _JOB_INFO_1A
impl !Sync for _JOB_INFO_1A
impl Unpin for _JOB_INFO_1A
impl UnwindSafe for _JOB_INFO_1A
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