Trait IPrintTicketProvider2_Impl
pub trait IPrintTicketProvider2_Impl: IPrintTicketProvider_Impl {
// Required methods
fn GetPrintDeviceCapabilities(
&self,
pprintticket: Ref<'_, IXMLDOMDocument2>,
) -> Result<IXMLDOMDocument2>;
fn GetPrintDeviceResources(
&self,
pszlocalename: &PCWSTR,
pprintticket: Ref<'_, IXMLDOMDocument2>,
) -> Result<IXMLDOMDocument2>;
}
Required Methods§
fn GetPrintDeviceCapabilities( &self, pprintticket: Ref<'_, IXMLDOMDocument2>, ) -> Result<IXMLDOMDocument2>
fn GetPrintDeviceResources( &self, pszlocalename: &PCWSTR, pprintticket: Ref<'_, IXMLDOMDocument2>, ) -> Result<IXMLDOMDocument2>
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.