Struct imagemeta::exif::Ifd [] [src]

pub struct Ifd {
    pub id: u16,
    pub entries: Vec<Entry>,
    pub children: Vec<Ifd>,
}

Image file directory - container for a collection of Entries

Fields

Trait Implementations

impl Clone for Ifd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ifd
[src]

Formats the value using the given formatter.