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

Trait IPrintDocumentPackageTarget2_Impl

pub trait IPrintDocumentPackageTarget2_Impl: IUnknownImpl {
    // Required methods
    fn GetIsTargetIppPrinter(&self) -> Result<BOOL>;
    fn GetTargetIppPrintDevice(
        &self,
        riid: *const GUID,
        ppvtarget: *mut *mut c_void,
    ) -> Result<()>;
}

Required Methods§

fn GetIsTargetIppPrinter(&self) -> Result<BOOL>

fn GetTargetIppPrintDevice( &self, riid: *const GUID, ppvtarget: *mut *mut c_void, ) -> 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§