Enum libvmaf_sys::VmafOutputFormat
source · #[repr(u32)]pub enum VmafOutputFormat {
VMAF_OUTPUT_FORMAT_NONE = 0,
VMAF_OUTPUT_FORMAT_XML = 1,
VMAF_OUTPUT_FORMAT_JSON = 2,
VMAF_OUTPUT_FORMAT_CSV = 3,
VMAF_OUTPUT_FORMAT_SUB = 4,
}Variants§
VMAF_OUTPUT_FORMAT_NONE = 0
VMAF_OUTPUT_FORMAT_XML = 1
VMAF_OUTPUT_FORMAT_JSON = 2
VMAF_OUTPUT_FORMAT_CSV = 3
VMAF_OUTPUT_FORMAT_SUB = 4
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 for VmafOutputFormat
impl PartialEq 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 ==.impl Copy for VmafOutputFormat
impl Eq for VmafOutputFormat
impl StructuralEq for VmafOutputFormat
impl StructuralPartialEq for VmafOutputFormat
Auto Trait Implementations§
impl RefUnwindSafe for VmafOutputFormat
impl Send for VmafOutputFormat
impl Sync for VmafOutputFormat
impl Unpin for VmafOutputFormat
impl UnwindSafe for VmafOutputFormat
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