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