Struct exif::Rational [] [src]

pub struct Rational {
    pub num: u32,
    pub denom: u32,
}

An unsigned rational number, which is a pair of 32-bit unsigned integers.

Fields

Trait Implementations

impl Debug for Rational
[src]

Formats the value using the given formatter.