Struct ffmpeg_sys::AVOptionRanges [] [src]

pub struct AVOptionRanges {
    pub range: *mut *mut AVOptionRange,
    pub nb_ranges: c_int,
    pub nb_components: c_int,
}

Fields

range: *mut *mut AVOptionRange nb_ranges: c_int nb_components: c_int

Trait Implementations

impl Debug for AVOptionRanges
[src]

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

Formats the value using the given formatter.