windows::Win32::Storage::Xps::Printing

Trait IXpsPrintJob_Impl

pub trait IXpsPrintJob_Impl: IUnknownImpl {
    // Required methods
    fn Cancel(&self) -> Result<()>;
    fn GetJobStatus(&self, jobstatus: *mut XPS_JOB_STATUS) -> Result<()>;
}

Required Methods§

fn Cancel(&self) -> Result<()>

fn GetJobStatus(&self, jobstatus: *mut XPS_JOB_STATUS) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§