#[repr(C)]pub struct AVBitStreamFilterContext {
pub priv_data: *mut c_void,
pub filter: *const AVBitStreamFilter,
pub parser: *mut AVCodecParserContext,
pub next: *mut AVBitStreamFilterContext,
pub args: *mut c_char,
}Fields§
§priv_data: *mut c_void§filter: *const AVBitStreamFilter§parser: *mut AVCodecParserContext§next: *mut AVBitStreamFilterContext§args: *mut c_charInternal default arguments, used if NULL is passed to av_bitstream_filter_filter(). Not for access by library users.
Trait Implementations§
source§impl Clone for AVBitStreamFilterContext
impl Clone for AVBitStreamFilterContext
source§fn clone(&self) -> AVBitStreamFilterContext
fn clone(&self) -> AVBitStreamFilterContext
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 AVBitStreamFilterContext
impl Debug for AVBitStreamFilterContext
source§impl PartialEq<AVBitStreamFilterContext> for AVBitStreamFilterContext
impl PartialEq<AVBitStreamFilterContext> for AVBitStreamFilterContext
source§fn eq(&self, other: &AVBitStreamFilterContext) -> bool
fn eq(&self, other: &AVBitStreamFilterContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.