Struct exif::Tag [] [src]

pub struct Tag(pub Context, pub u16);

A tag of a TIFF field.

Methods

impl Tag
[src]

Returns the context of the tag.

Returns the tag number.

Deprecated since 0.2.0

: renamed to number()

Returns the tag number.

Returns the description of the tag.

Returns the default value of the tag. None is returned if it is not defined in the standard or it depends on the context.

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl Copy for Tag
[src]

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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. Read more