#[repr(C)]pub struct AVOptionRanges {
pub range: *mut *mut AVOptionRange,
pub nb_ranges: c_int,
pub nb_components: c_int,
}
Fields§
§range: *mut *mut AVOptionRange
§nb_ranges: c_int
§nb_components: c_int
Trait Implementations§
Source§impl Clone for AVOptionRanges
impl Clone for AVOptionRanges
Source§fn clone(&self) -> AVOptionRanges
fn clone(&self) -> AVOptionRanges
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 AVOptionRanges
impl Debug for AVOptionRanges
Source§impl PartialEq for AVOptionRanges
impl PartialEq for AVOptionRanges
impl Copy for AVOptionRanges
impl Eq for AVOptionRanges
impl StructuralPartialEq for AVOptionRanges
Auto Trait Implementations§
impl Freeze for AVOptionRanges
impl RefUnwindSafe for AVOptionRanges
impl !Send for AVOptionRanges
impl !Sync for AVOptionRanges
impl Unpin for AVOptionRanges
impl UnwindSafe for AVOptionRanges
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