#[repr(u32)]
pub enum VmafModelCollectionScoreType {
VMAF_MODEL_COLLECTION_SCORE_UNKNOWN,
VMAF_MODEL_COLLECTION_SCORE_BOOTSTRAP,
}Variants§
Trait Implementations§
source§impl Clone for VmafModelCollectionScoreType
impl Clone for VmafModelCollectionScoreType
source§fn clone(&self) -> VmafModelCollectionScoreType
fn clone(&self) -> VmafModelCollectionScoreType
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 VmafModelCollectionScoreType
impl Debug for VmafModelCollectionScoreType
source§impl Hash for VmafModelCollectionScoreType
impl Hash for VmafModelCollectionScoreType
source§impl PartialEq<VmafModelCollectionScoreType> for VmafModelCollectionScoreType
impl PartialEq<VmafModelCollectionScoreType> for VmafModelCollectionScoreType
source§fn eq(&self, other: &VmafModelCollectionScoreType) -> bool
fn eq(&self, other: &VmafModelCollectionScoreType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.