Struct substudy::video::Fraction [] [src]

pub struct Fraction(_);

A wrapper around Ratio with custom serialization support.

Trait Implementations

impl Debug for Fraction
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Decodable for Fraction
[src]

fn decode<D: Decoder>(d: &mut D) -> Result<Self, D::Error>