Struct exif::Field
[−]
[src]
pub struct Field<'a> {
pub tag: Tag,
pub thumbnail: bool,
pub value: Value<'a>,
}A TIFF field.
Fields
tag: Tag
The tag of this field.
thumbnail: bool
False for the primary image and true for the thumbnail.
value: Value<'a>
The value of this field.