Struct ffmpeg_sys::AVOptionRange [] [src]

pub struct AVOptionRange {
    pub str: *const c_char,
    pub value_min: c_double,
    pub value_max: c_double,
    pub component_min: c_double,
    pub component_max: c_double,
    pub is_range: c_int,
}

Fields

str: *const c_char value_min: c_double value_max: c_double component_min: c_double component_max: c_double is_range: c_int

Trait Implementations

impl Debug for AVOptionRange
[src]

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

Formats the value using the given formatter.