Enum exif::tag::Context
[−]
[src]
pub enum Context { Tiff, Exif, Gps, Interop, }
An enum that indicates how a tag value is interpreted.
Use exif::Context
instead of exif::tag::Context
. They are the
same, but exif::tag
will become private in the future versions.
Variants
Tiff
TIFF attributes defined in the TIFF Rev. 6.0 specification.
Exif
Exif attributes.
Gps
GPS attributes.
Interop
Interoperability attributes.
Trait Implementations
impl Debug for Context
[src]
impl Copy for Context
[src]
impl Clone for Context
[src]
fn clone(&self) -> Context
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for Context
[src]
fn eq(&self, __arg_0: &Context) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.