Enum libvmaf_sys::VmafPoolingMethod
source · #[repr(u32)]
pub enum VmafPoolingMethod {
VMAF_POOL_METHOD_UNKNOWN,
VMAF_POOL_METHOD_MIN,
VMAF_POOL_METHOD_MAX,
VMAF_POOL_METHOD_MEAN,
VMAF_POOL_METHOD_HARMONIC_MEAN,
VMAF_POOL_METHOD_NB,
}Variants§
VMAF_POOL_METHOD_UNKNOWN
VMAF_POOL_METHOD_MIN
VMAF_POOL_METHOD_MAX
VMAF_POOL_METHOD_MEAN
VMAF_POOL_METHOD_HARMONIC_MEAN
VMAF_POOL_METHOD_NB
Trait Implementations§
source§impl Clone for VmafPoolingMethod
impl Clone for VmafPoolingMethod
source§fn clone(&self) -> VmafPoolingMethod
fn clone(&self) -> VmafPoolingMethod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VmafPoolingMethod
impl Debug for VmafPoolingMethod
source§impl Hash for VmafPoolingMethod
impl Hash for VmafPoolingMethod
source§impl PartialEq<VmafPoolingMethod> for VmafPoolingMethod
impl PartialEq<VmafPoolingMethod> for VmafPoolingMethod
source§fn eq(&self, other: &VmafPoolingMethod) -> bool
fn eq(&self, other: &VmafPoolingMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.