pub trait IMFPluginControl2_Impl: Sized + IMFPluginControl_Impl {
    // Required method
    fn SetPolicy(&self, policy: MF_PLUGIN_CONTROL_POLICY) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§