windows::Win32::Graphics::Printing

Trait IPrinterExtensionContext_Impl

pub trait IPrinterExtensionContext_Impl: IDispatch_Impl {
    // Required methods
    fn PrinterQueue(&self) -> Result<IPrinterQueue>;
    fn PrintSchemaTicket(&self) -> Result<IPrintSchemaTicket>;
    fn DriverProperties(&self) -> Result<IPrinterPropertyBag>;
    fn UserProperties(&self) -> Result<IPrinterPropertyBag>;
}

Required Methods§

fn PrinterQueue(&self) -> Result<IPrinterQueue>

fn PrintSchemaTicket(&self) -> Result<IPrintSchemaTicket>

fn DriverProperties(&self) -> Result<IPrinterPropertyBag>

fn UserProperties(&self) -> Result<IPrinterPropertyBag>

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§