#[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 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 VmafConfiguration
impl Debug for VmafConfiguration
impl Copy for VmafConfiguration
Auto Trait Implementations§
impl Freeze for VmafConfiguration
impl RefUnwindSafe for VmafConfiguration
impl Send for VmafConfiguration
impl Sync for VmafConfiguration
impl Unpin for VmafConfiguration
impl UnwindSafe for VmafConfiguration
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