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_charvalue_min: f64value_max: f64component_min: f64component_max: f64is_range: c_intTrait Implementations
sourceimpl Clone for AVOptionRange
impl Clone for AVOptionRange
sourcefn clone(&self) -> AVOptionRange
fn clone(&self) -> AVOptionRange
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVOptionRange
impl Debug for AVOptionRange
sourceimpl PartialEq<AVOptionRange> for AVOptionRange
impl PartialEq<AVOptionRange> for AVOptionRange
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &AVOptionRange) -> bool
fn ne(&self, other: &AVOptionRange) -> bool
This method tests for !=.
impl Copy for AVOptionRange
impl StructuralPartialEq for AVOptionRange
Auto Trait Implementations
impl RefUnwindSafe for AVOptionRange
impl !Send for AVOptionRange
impl !Sync for AVOptionRange
impl Unpin for AVOptionRange
impl UnwindSafe for AVOptionRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more