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

Required Methods§

fn Reconfigure(&self, pvcontext: *mut c_void, dwflags: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§