Enum rexif::Namespace [] [src]

pub enum Namespace {
    Standard,
    Nikon,
    Canon,
}

Enumeration that represent EXIF tag namespaces. Namespaces exist to accomodate future parsing of the manufacturer-specific tags embedded within the MarkerNote tag.

Variants

Trait Implementations

impl Copy for Namespace
[src]

impl Clone for Namespace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Namespace
[src]

Formats the value using the given formatter.

impl PartialEq for Namespace
[src]

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

This method tests for !=.