#[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 duplicate 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
impl Copy for VmafLogLevel
impl Eq for VmafLogLevel
impl StructuralPartialEq for VmafLogLevel
Auto Trait Implementations§
impl Freeze for VmafLogLevel
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