Struct rexif::URational [] [src]

pub struct URational {
    pub numerator: u32,
    pub denominator: u32,
}

Encapsulation of the TIFF type that represents an unsigned rational number

Fields

Methods

impl URational
[src]

Floating point value (numerator divided by denominator)

Trait Implementations

impl Copy for URational
[src]

impl Clone for URational
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for URational
[src]

Formats the value using the given formatter.

impl PartialEq for URational
[src]

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

This method tests for !=.

impl Display for URational
[src]

Formats the value using the given formatter. Read more