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