windows::Media::Effects

Trait IAudioEffectDefinition_Impl

pub trait IAudioEffectDefinition_Impl: IUnknownImpl {
    // Required methods
    fn ActivatableClassId(&self) -> Result<HSTRING>;
    fn Properties(&self) -> Result<IPropertySet>;
}

Required Methods§

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

fn Properties(&self) -> Result<IPropertySet>

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§