Struct ffmpeg_sys_next::AVOptionRange
source · #[repr(C)]pub struct AVOptionRange {
pub str_: *const c_char,
pub value_min: f64,
pub value_max: f64,
pub component_min: f64,
pub component_max: f64,
pub is_range: c_int,
}Fields§
§str_: *const c_char§value_min: f64§value_max: f64§component_min: f64§component_max: f64§is_range: c_intTrait Implementations§
source§impl Clone for AVOptionRange
impl Clone for AVOptionRange
source§fn clone(&self) -> AVOptionRange
fn clone(&self) -> AVOptionRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVOptionRange
impl Debug for AVOptionRange
source§impl PartialEq<AVOptionRange> for AVOptionRange
impl PartialEq<AVOptionRange> for AVOptionRange
source§fn eq(&self, other: &AVOptionRange) -> bool
fn eq(&self, other: &AVOptionRange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.