#[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_int
Trait 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 for AVOptionRange
impl PartialEq for AVOptionRange
impl Copy for AVOptionRange
impl StructuralPartialEq for AVOptionRange
Auto Trait Implementations§
impl Freeze for AVOptionRange
impl RefUnwindSafe for AVOptionRange
impl !Send for AVOptionRange
impl !Sync for AVOptionRange
impl Unpin for AVOptionRange
impl UnwindSafe for AVOptionRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more