Struct libav_ng::low_level::AVBSFContext
source · #[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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)