#[repr(C)]pub struct AVFilterGraphSegment {
pub graph: *mut AVFilterGraph,
pub chains: *mut *mut AVFilterChain,
pub nb_chains: usize,
pub scale_sws_opts: *mut i8,
}Fields§
§graph: *mut AVFilterGraph§chains: *mut *mut AVFilterChain§nb_chains: usize§scale_sws_opts: *mut i8Trait Implementations§
Source§impl Clone for AVFilterGraphSegment
impl Clone for AVFilterGraphSegment
Source§fn clone(&self) -> AVFilterGraphSegment
fn clone(&self) -> AVFilterGraphSegment
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 AVFilterGraphSegment
Auto Trait Implementations§
impl !Send for AVFilterGraphSegment
impl !Sync for AVFilterGraphSegment
impl Freeze for AVFilterGraphSegment
impl RefUnwindSafe for AVFilterGraphSegment
impl Unpin for AVFilterGraphSegment
impl UnsafeUnpin for AVFilterGraphSegment
impl UnwindSafe for AVFilterGraphSegment
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