Struct tumblr::Exif [] [src]

pub struct Exif {
    pub aperture: Option<String>,
    pub camera: Option<String>,
    pub exposure: Option<String>,
    pub focal_length: Option<String>,
    pub iso: Option<u64>,
}

Fields

Trait Implementations

impl Debug for Exif
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Exif
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Exif

impl Sync for Exif