windows::Win32::Media::DirectShow

Trait IAMWMBufferPass_Impl

pub trait IAMWMBufferPass_Impl: IUnknownImpl {
    // Required method
    fn SetNotify(
        &self,
        pcallback: Ref<'_, IAMWMBufferPassCallback>,
    ) -> Result<()>;
}

Required Methods§

fn SetNotify(&self, pcallback: Ref<'_, IAMWMBufferPassCallback>) -> 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§