Struct rexif::ExifData [] [src]

pub struct ExifData {
    pub mime: String,
    pub entries: Vec<ExifEntry>,
}

Top-level structure that contains all parsed metadata inside an image

Fields

MIME type of the parsed image. It may be "image/jpeg", "image/tiff", or empty if unrecognized.

Collection of EXIF entries found in the image

Trait Implementations

impl Debug for ExifData
[src]

Formats the value using the given formatter.