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
num: u32
denom: u32
Methods
impl Rational[src]
Trait Implementations
impl Copy for Rational[src]
impl Clone for Rational[src]
fn clone(&self) -> Rational
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more