Trait windows::Graphics::Effects::IGraphicsEffect_Impl
pub trait IGraphicsEffect_Impl: Sized + IGraphicsEffectSource_Impl {
// Required methods
fn Name(&self) -> Result<HSTRING>;
fn SetName(&self, name: &HSTRING) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.