#[repr(C)]pub struct DecodeFilterContext {
pub bsfs: *mut *mut AVBSFContext,
pub nb_bsfs: c_int,
}
Fields§
§bsfs: *mut *mut AVBSFContext
§nb_bsfs: c_int
Trait Implementations§
Source§impl Clone for DecodeFilterContext
impl Clone for DecodeFilterContext
Source§fn clone(&self) -> DecodeFilterContext
fn clone(&self) -> DecodeFilterContext
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 DecodeFilterContext
impl Debug for DecodeFilterContext
impl Copy for DecodeFilterContext
Auto Trait Implementations§
impl Freeze for DecodeFilterContext
impl RefUnwindSafe for DecodeFilterContext
impl !Send for DecodeFilterContext
impl !Sync for DecodeFilterContext
impl Unpin for DecodeFilterContext
impl UnwindSafe for DecodeFilterContext
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