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