Struct libvmaf_sys::VmafModelCollectionScore
source · #[repr(C)]pub struct VmafModelCollectionScore {
pub type_: VmafModelCollectionScoreType,
pub bootstrap: VmafModelCollectionScore__bindgen_ty_1,
}Fields§
§type_: VmafModelCollectionScoreType§bootstrap: VmafModelCollectionScore__bindgen_ty_1Trait Implementations§
source§impl Clone for VmafModelCollectionScore
impl Clone for VmafModelCollectionScore
source§fn clone(&self) -> VmafModelCollectionScore
fn clone(&self) -> VmafModelCollectionScore
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 more