windows::Graphics::Effects

Trait IGraphicsEffect_Impl

pub trait IGraphicsEffect_Impl: IGraphicsEffectSource_Impl {
    // Required methods
    fn Name(&self) -> Result<HSTRING>;
    fn SetName(&self, name: &HSTRING) -> Result<()>;
}

Required Methods§

fn Name(&self) -> Result<HSTRING>

fn SetName(&self, name: &HSTRING) -> 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§