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