Struct exif_rs::Entry [] [src]

pub struct Entry {
    pub tag: u16,
    pub data: EntryData,
}

individual entry within an IFD

Fields

Trait Implementations

impl Clone for Entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Entry
[src]

Formats the value using the given formatter.