Trait IWMPTranscodePolicy_Impl
pub trait IWMPTranscodePolicy_Impl: IUnknownImpl {
// Required method
fn allowTranscode(&self, pvballow: *mut VARIANT_BOOL) -> Result<()>;
}
Required Methods§
fn allowTranscode(&self, pvballow: *mut VARIANT_BOOL) -> 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.