Struct ffmpeg_sys_next::AVOptionRanges
source · [−]#[repr(C)]pub struct AVOptionRanges {
pub range: *mut *mut AVOptionRange,
pub nb_ranges: c_int,
pub nb_components: c_int,
}Fields
range: *mut *mut AVOptionRangenb_ranges: c_intnb_components: c_intTrait Implementations
sourceimpl Clone for AVOptionRanges
impl Clone for AVOptionRanges
sourcefn clone(&self) -> AVOptionRanges
fn clone(&self) -> AVOptionRanges
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 AVOptionRanges
impl Debug for AVOptionRanges
sourceimpl PartialEq<AVOptionRanges> for AVOptionRanges
impl PartialEq<AVOptionRanges> for AVOptionRanges
sourcefn eq(&self, other: &AVOptionRanges) -> bool
fn eq(&self, other: &AVOptionRanges) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVOptionRanges) -> bool
fn ne(&self, other: &AVOptionRanges) -> bool
This method tests for !=.
impl Copy for AVOptionRanges
impl Eq for AVOptionRanges
impl StructuralEq for AVOptionRanges
impl StructuralPartialEq for AVOptionRanges
Auto Trait Implementations
impl RefUnwindSafe for AVOptionRanges
impl !Send for AVOptionRanges
impl !Sync for AVOptionRanges
impl Unpin for AVOptionRanges
impl UnwindSafe for AVOptionRanges
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