Struct exif::tag::Tag [] [src]

pub struct Tag(pub Context, pub u16);

A tag of a TIFF field.

Use exif::Tag instead of exif::tag::Tag. They are the same, but exif::tag will become private in the future versions.

Methods

impl Tag
[src]

Returns the context of the tag.

Returns the value of the tag.

Returns the description of the tag.

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl PartialEq for Tag
[src]

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

This method tests for !=.

impl Eq for Tag
[src]

impl Display for Tag
[src]

Formats the value using the given formatter.