Trait IWMInterlaceProps_Impl
pub trait IWMInterlaceProps_Impl: IUnknownImpl {
// Required methods
fn SetProcessType(&self, iprocesstype: i32) -> Result<()>;
fn SetInitInverseTeleCinePattern(&self, iinitpattern: i32) -> Result<()>;
fn SetLastFrame(&self) -> Result<()>;
}
Required Methods§
fn SetProcessType(&self, iprocesstype: i32) -> Result<()>
fn SetInitInverseTeleCinePattern(&self, iinitpattern: i32) -> Result<()>
fn SetLastFrame(&self) -> 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.