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