windows::Win32::Storage::Xps

Trait IXpsOMBrush_Impl

pub trait IXpsOMBrush_Impl: IXpsOMShareable_Impl {
    // Required methods
    fn GetOpacity(&self) -> Result<f32>;
    fn SetOpacity(&self, opacity: f32) -> Result<()>;
}

Required Methods§

fn GetOpacity(&self) -> Result<f32>

fn SetOpacity(&self, opacity: f32) -> 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§