windows::Win32::Media::DirectShow

Trait IGraphConfigCallback_Impl

pub trait IGraphConfigCallback_Impl: IUnknownImpl {
    // Required method
    fn Reconfigure(&self, pvcontext: *mut c_void, dwflags: u32) -> Result<()>;
}

Required Methods§

fn Reconfigure(&self, pvcontext: *mut c_void, dwflags: u32) -> 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§