Enum gexiv2_sys::GExiv2LogLevel [] [src]

#[repr(C)]
pub enum GExiv2LogLevel { DEBUG, INFO, WARN, ERROR, MUTE, }

Log levels.

Variants

Trait Implementations

impl Clone for GExiv2LogLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GExiv2LogLevel
[src]

impl Debug for GExiv2LogLevel
[src]

[src]

Formats the value using the given formatter.

impl Eq for GExiv2LogLevel
[src]

impl PartialEq for GExiv2LogLevel
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for GExiv2LogLevel
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for GExiv2LogLevel
[src]

[src]

Returns the "default value" for a type. Read more