Struct exif::SRational [] [src]

pub struct SRational {
    pub num: i32,
    pub denom: i32,
}

A signed rational number, which is a pair of 32-bit signed integers.

Fields

Trait Implementations

impl Debug for SRational
[src]

Formats the value using the given formatter.