windows::Win32::Graphics::Printing

Trait IPrinterExtensionEvent_Impl

pub trait IPrinterExtensionEvent_Impl: IDispatch_Impl {
    // Required methods
    fn OnDriverEvent(
        &self,
        peventargs: Ref<'_, IPrinterExtensionEventArgs>,
    ) -> Result<()>;
    fn OnPrinterQueuesEnumerated(
        &self,
        pcontextcollection: Ref<'_, IPrinterExtensionContextCollection>,
    ) -> Result<()>;
}

Required Methods§

fn OnDriverEvent( &self, peventargs: Ref<'_, IPrinterExtensionEventArgs>, ) -> Result<()>

fn OnPrinterQueuesEnumerated( &self, pcontextcollection: Ref<'_, IPrinterExtensionContextCollection>, ) -> 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§