#[repr(C)]pub struct AVBSFContext {
pub av_class: *const AVClass,
pub filter: *const AVBitStreamFilter,
pub internal: *mut AVBSFInternal,
pub priv_data: *mut c_void,
pub par_in: *mut AVCodecParameters,
pub par_out: *mut AVCodecParameters,
pub time_base_in: AVRational,
pub time_base_out: AVRational,
}Fields§
§av_class: *const AVClass§filter: *const AVBitStreamFilter§internal: *mut AVBSFInternal§priv_data: *mut c_void§par_in: *mut AVCodecParameters§par_out: *mut AVCodecParameters§time_base_in: AVRational§time_base_out: AVRationalTrait Implementations§
Source§impl Clone for AVBSFContext
impl Clone for AVBSFContext
Source§fn clone(&self) -> AVBSFContext
fn clone(&self) -> AVBSFContext
Returns a duplicate 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 AVBSFContext
impl Debug for AVBSFContext
impl Copy for AVBSFContext
Auto Trait Implementations§
impl Freeze for AVBSFContext
impl RefUnwindSafe for AVBSFContext
impl !Send for AVBSFContext
impl !Sync for AVBSFContext
impl Unpin for AVBSFContext
impl UnwindSafe for AVBSFContext
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