Struct exif_rs::Exif [] [src]

pub struct Exif {
    pub ifds: Vec<Ifd>,
}

top level data structure representing an entire exif document

Fields

Methods

impl Exif
[src]

extract Exif from the given reader

Write an existing Exif to the given writer

Trait Implementations

impl Clone for Exif
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Exif
[src]

Formats the value using the given formatter.