Enum gexiv2_sys::GExiv2LogLevel
source · [−]#[repr(C)]
pub enum GExiv2LogLevel {
DEBUG,
INFO,
WARN,
ERROR,
MUTE,
}
Expand description
Log levels.
Variants
DEBUG
INFO
WARN
ERROR
MUTE
Trait Implementations
sourceimpl Clone for GExiv2LogLevel
impl Clone for GExiv2LogLevel
sourcefn clone(&self) -> GExiv2LogLevel
fn clone(&self) -> GExiv2LogLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GExiv2LogLevel
impl Debug for GExiv2LogLevel
sourceimpl Default for GExiv2LogLevel
impl Default for GExiv2LogLevel
sourcefn default() -> GExiv2LogLevel
fn default() -> GExiv2LogLevel
Returns the “default value” for a type. Read more
sourceimpl Hash for GExiv2LogLevel
impl Hash for GExiv2LogLevel
sourceimpl PartialEq<GExiv2LogLevel> for GExiv2LogLevel
impl PartialEq<GExiv2LogLevel> for GExiv2LogLevel
sourcefn eq(&self, other: &GExiv2LogLevel) -> bool
fn eq(&self, other: &GExiv2LogLevel) -> bool
impl Copy for GExiv2LogLevel
impl Eq for GExiv2LogLevel
impl StructuralEq for GExiv2LogLevel
impl StructuralPartialEq for GExiv2LogLevel
Auto Trait Implementations
impl RefUnwindSafe for GExiv2LogLevel
impl Send for GExiv2LogLevel
impl Sync for GExiv2LogLevel
impl Unpin for GExiv2LogLevel
impl UnwindSafe for GExiv2LogLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more