Struct vpx_sys::vpx_rational [] [src]

#[repr(C)]
pub struct vpx_rational { pub num: c_int, pub den: c_int, }

Fields

Trait Implementations

impl Debug for vpx_rational
[src]

Formats the value using the given formatter.

impl Copy for vpx_rational
[src]

impl Clone for vpx_rational
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more