pub trait IAMWMBufferPass_Impl: Sized {
    // Required method
    fn SetNotify(
        &self,
        pcallback: Option<&IAMWMBufferPassCallback>
    ) -> Result<()>;
}

Required Methods§

fn SetNotify(&self, pcallback: Option<&IAMWMBufferPassCallback>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§