pub struct AVFilterGraph(/* private fields */);Auto Trait Implementations§
impl Freeze for AVFilterGraph
impl RefUnwindSafe for AVFilterGraph
impl Send for AVFilterGraph
impl Sync for AVFilterGraph
impl Unpin for AVFilterGraph
impl UnsafeUnpin for AVFilterGraph
impl UnwindSafe for AVFilterGraph
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