Struct windows_sys::Win32::Storage::Xps::Printing::XPS_JOB_STATUS
[−]#[repr(C)]pub struct XPS_JOB_STATUS {
pub jobId: u32,
pub currentDocument: i32,
pub currentPage: i32,
pub currentPageTotal: i32,
pub completion: XPS_JOB_COMPLETION,
pub jobStatus: HRESULT,
}
Expand description
Required features: "Win32_Storage_Xps_Printing"
Fields
jobId: u32
currentDocument: i32
currentPage: i32
currentPageTotal: i32
completion: XPS_JOB_COMPLETION
jobStatus: HRESULT
Trait Implementations
impl Clone for XPS_JOB_STATUS
impl Clone for XPS_JOB_STATUS
impl Copy for XPS_JOB_STATUS
Auto Trait Implementations
impl RefUnwindSafe for XPS_JOB_STATUS
impl Send for XPS_JOB_STATUS
impl Sync for XPS_JOB_STATUS
impl Unpin for XPS_JOB_STATUS
impl UnwindSafe for XPS_JOB_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more