Trait IVPNotify_Impl
pub trait IVPNotify_Impl: IVPBaseNotify_Impl {
// Required methods
fn SetDeinterlaceMode(&self, mode: AMVP_MODE) -> Result<()>;
fn GetDeinterlaceMode(&self, pmode: *mut AMVP_MODE) -> Result<()>;
}
Required Methods§
fn SetDeinterlaceMode(&self, mode: AMVP_MODE) -> Result<()>
fn GetDeinterlaceMode(&self, pmode: *mut AMVP_MODE) -> 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.