Struct ffmpeg_sys::AVFrac
[−]
[src]
pub struct AVFrac {
pub val: int64_t,
pub num: int64_t,
pub den: int64_t,
}Fields
val: int64_t
num: int64_t
den: int64_t
Trait Implementations
impl Debug for AVFrac[src]
impl Clone for AVFrac[src]
fn clone(&self) -> AVFrac
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
impl Copy for AVFrac[src]
impl PartialEq for AVFrac[src]
fn eq(&self, __arg_0: &AVFrac) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AVFrac) -> bool
This method tests for !=.