Struct exif::Field[][src]

pub struct Field<'a> {
    pub tag: Tag,
    pub thumbnail: bool,
    pub value: Value<'a>,
}

A TIFF field.

Fields

The tag of this field.

False for the primary image and true for the thumbnail.

The value of this field.

Trait Implementations

impl<'a> Debug for Field<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Field<'a>

impl<'a> Sync for Field<'a>