Struct vpx_sys::vpx_rational
[−]
[src]
#[repr(C)]pub struct vpx_rational { pub num: c_int, pub den: c_int, }
Fields
num: c_int
den: c_int
Trait Implementations
impl Debug for vpx_rational
[src]
impl Copy for vpx_rational
[src]
impl Clone for vpx_rational
[src]
fn clone(&self) -> Self
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