#[repr(u32)]pub enum VmafModelCollectionScoreType {
VMAF_MODEL_COLLECTION_SCORE_UNKNOWN = 0,
VMAF_MODEL_COLLECTION_SCORE_BOOTSTRAP = 1,
}Variants§
Trait Implementations§
Source§impl Clone for VmafModelCollectionScoreType
impl Clone for VmafModelCollectionScoreType
Source§fn clone(&self) -> VmafModelCollectionScoreType
fn clone(&self) -> VmafModelCollectionScoreType
Returns a duplicate 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 for VmafModelCollectionScoreType
impl PartialEq for VmafModelCollectionScoreType
Source§fn eq(&self, other: &VmafModelCollectionScoreType) -> bool
fn eq(&self, other: &VmafModelCollectionScoreType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VmafModelCollectionScoreType
impl Eq for VmafModelCollectionScoreType
impl StructuralPartialEq for VmafModelCollectionScoreType
Auto Trait Implementations§
impl Freeze for VmafModelCollectionScoreType
impl RefUnwindSafe for VmafModelCollectionScoreType
impl Send for VmafModelCollectionScoreType
impl Sync for VmafModelCollectionScoreType
impl Unpin for VmafModelCollectionScoreType
impl UnwindSafe for VmafModelCollectionScoreType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more