windows::Win32::Storage::Xps

Trait IXpsOMVisualBrush_Impl

pub trait IXpsOMVisualBrush_Impl: IXpsOMTileBrush_Impl {
    // Required methods
    fn GetVisual(&self) -> Result<IXpsOMVisual>;
    fn GetVisualLocal(&self) -> Result<IXpsOMVisual>;
    fn SetVisualLocal(&self, visual: Ref<'_, IXpsOMVisual>) -> Result<()>;
    fn GetVisualLookup(&self) -> Result<PWSTR>;
    fn SetVisualLookup(&self, lookup: &PCWSTR) -> Result<()>;
    fn Clone(&self) -> Result<IXpsOMVisualBrush>;
}

Required Methods§

fn GetVisual(&self) -> Result<IXpsOMVisual>

fn GetVisualLocal(&self) -> Result<IXpsOMVisual>

fn SetVisualLocal(&self, visual: Ref<'_, IXpsOMVisual>) -> Result<()>

fn GetVisualLookup(&self) -> Result<PWSTR>

fn SetVisualLookup(&self, lookup: &PCWSTR) -> Result<()>

fn Clone(&self) -> Result<IXpsOMVisualBrush>

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§