#[repr(C)]pub enum GExiv2LogLevel {
DEBUG = 0,
INFO = 1,
WARN = 2,
ERROR = 3,
MUTE = 4,
}Expand description
Log levels.
Variants§
Trait Implementations§
Source§impl Clone for GExiv2LogLevel
impl Clone for GExiv2LogLevel
Source§fn clone(&self) -> GExiv2LogLevel
fn clone(&self) -> GExiv2LogLevel
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 GExiv2LogLevel
impl Debug for GExiv2LogLevel
Source§impl Default for GExiv2LogLevel
impl Default for GExiv2LogLevel
Source§fn default() -> GExiv2LogLevel
fn default() -> GExiv2LogLevel
Returns the “default value” for a type. Read more
Source§impl Hash for GExiv2LogLevel
impl Hash for GExiv2LogLevel
Source§impl PartialEq for GExiv2LogLevel
impl PartialEq for GExiv2LogLevel
impl Copy for GExiv2LogLevel
impl Eq for GExiv2LogLevel
impl StructuralPartialEq for GExiv2LogLevel
Auto Trait Implementations§
impl Freeze for GExiv2LogLevel
impl RefUnwindSafe for GExiv2LogLevel
impl Send for GExiv2LogLevel
impl Sync for GExiv2LogLevel
impl Unpin for GExiv2LogLevel
impl UnwindSafe for GExiv2LogLevel
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