#[repr(C)]pub struct AVFilterChain {
pub filters: *mut *mut AVFilterParams,
pub nb_filters: usize,
}Fields§
§filters: *mut *mut AVFilterParams§nb_filters: usizeTrait Implementations§
Source§impl Clone for AVFilterChain
impl Clone for AVFilterChain
Source§fn clone(&self) -> AVFilterChain
fn clone(&self) -> AVFilterChain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVFilterChain
Source§impl Debug for AVFilterChain
impl Debug for AVFilterChain
impl Eq for AVFilterChain
Source§impl PartialEq for AVFilterChain
impl PartialEq for AVFilterChain
impl StructuralPartialEq for AVFilterChain
Auto Trait Implementations§
impl !Send for AVFilterChain
impl !Sync for AVFilterChain
impl Freeze for AVFilterChain
impl RefUnwindSafe for AVFilterChain
impl Unpin for AVFilterChain
impl UnsafeUnpin for AVFilterChain
impl UnwindSafe for AVFilterChain
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