Struct libvmaf_sys::VmafConfiguration
source · #[repr(C)]pub struct VmafConfiguration {
pub log_level: VmafLogLevel,
pub n_threads: c_uint,
pub n_subsample: c_uint,
pub cpumask: u64,
}Fields§
§log_level: VmafLogLevel§n_threads: c_uint§n_subsample: c_uint§cpumask: u64Trait Implementations§
source§impl Clone for VmafConfiguration
impl Clone for VmafConfiguration
source§fn clone(&self) -> VmafConfiguration
fn clone(&self) -> VmafConfiguration
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