Struct AVOptionRange
#[repr(C)]pub struct AVOptionRange {
pub str_: *const i8,
pub value_min: f64,
pub value_max: f64,
pub component_min: f64,
pub component_max: f64,
pub is_range: i32,
}
Fields§
§str_: *const i8
§value_min: f64
§value_max: f64
§component_min: f64
§component_max: f64
§is_range: i32
Trait Implementations§
§impl Clone for AVOptionRange
impl Clone for AVOptionRange
§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 more§impl Debug for AVOptionRange
impl Debug for AVOptionRange
impl Copy 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