windows::Win32::Graphics::Printing

Trait IPrinterQueue_Impl

pub trait IPrinterQueue_Impl: IDispatch_Impl {
    // Required methods
    fn Handle(&self) -> Result<PRINTER_HANDLE>;
    fn Name(&self) -> Result<BSTR>;
    fn SendBidiQuery(&self, bstrbidiquery: &BSTR) -> Result<()>;
    fn GetProperties(&self) -> Result<IPrinterPropertyBag>;
}

Required Methods§

fn Handle(&self) -> Result<PRINTER_HANDLE>

fn Name(&self) -> Result<BSTR>

fn SendBidiQuery(&self, bstrbidiquery: &BSTR) -> Result<()>

fn GetProperties(&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§