Trait IPrinterScriptContext_Impl
pub trait IPrinterScriptContext_Impl: IDispatch_Impl {
// Required methods
fn DriverProperties(&self) -> Result<IPrinterScriptablePropertyBag>;
fn QueueProperties(&self) -> Result<IPrinterScriptablePropertyBag>;
fn UserProperties(&self) -> Result<IPrinterScriptablePropertyBag>;
}
Required Methods§
fn DriverProperties(&self) -> Result<IPrinterScriptablePropertyBag>
fn QueueProperties(&self) -> Result<IPrinterScriptablePropertyBag>
fn UserProperties(&self) -> Result<IPrinterScriptablePropertyBag>
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.