windows::Win32::Graphics::Printing

Trait IPrintSchemaOption_Impl

pub trait IPrintSchemaOption_Impl: IPrintSchemaDisplayableElement_Impl {
    // Required methods
    fn Selected(&self) -> Result<BOOL>;
    fn Constrained(&self) -> Result<PrintSchemaConstrainedSetting>;
    fn GetPropertyValue(
        &self,
        bstrname: &BSTR,
        bstrnamespaceuri: &BSTR,
    ) -> Result<IUnknown>;
}

Required Methods§

fn Selected(&self) -> Result<BOOL>

fn Constrained(&self) -> Result<PrintSchemaConstrainedSetting>

fn GetPropertyValue( &self, bstrname: &BSTR, bstrnamespaceuri: &BSTR, ) -> Result<IUnknown>

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§