Trait IVPConfig_Impl
pub trait IVPConfig_Impl: IVPBaseConfig_Impl {
// Required methods
fn IsVPDecimationAllowed(
&self,
pbisdecimationallowed: *mut BOOL,
) -> Result<()>;
fn SetScalingFactors(&self, pamvpsize: *mut AMVPSIZE) -> Result<()>;
}
Required Methods§
fn IsVPDecimationAllowed(&self, pbisdecimationallowed: *mut BOOL) -> Result<()>
fn SetScalingFactors(&self, pamvpsize: *mut AMVPSIZE) -> 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.