windows::Media

Trait IMediaExtension_Impl

pub trait IMediaExtension_Impl: IUnknownImpl {
    // Required method
    fn SetProperties(&self, configuration: Ref<'_, IPropertySet>) -> Result<()>;
}

Required Methods§

fn SetProperties(&self, configuration: Ref<'_, IPropertySet>) -> 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§