Struct ffmpeg_sys_next::AVBufferSinkParams
source · [−]#[repr(C)]pub struct AVBufferSinkParams {
pub pixel_fmts: *const AVPixelFormat,
}Expand description
Struct to use for initializing a buffersink context.
Fields
pixel_fmts: *const AVPixelFormat< list of allowed pixel formats, terminated by AV_PIX_FMT_NONE
Trait Implementations
sourceimpl Clone for AVBufferSinkParams
impl Clone for AVBufferSinkParams
sourcefn clone(&self) -> AVBufferSinkParams
fn clone(&self) -> AVBufferSinkParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVBufferSinkParams
impl Debug for AVBufferSinkParams
sourceimpl PartialEq<AVBufferSinkParams> for AVBufferSinkParams
impl PartialEq<AVBufferSinkParams> for AVBufferSinkParams
sourcefn eq(&self, other: &AVBufferSinkParams) -> bool
fn eq(&self, other: &AVBufferSinkParams) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVBufferSinkParams) -> bool
fn ne(&self, other: &AVBufferSinkParams) -> bool
This method tests for !=.
impl Copy for AVBufferSinkParams
impl Eq for AVBufferSinkParams
impl StructuralEq for AVBufferSinkParams
impl StructuralPartialEq for AVBufferSinkParams
Auto Trait Implementations
impl RefUnwindSafe for AVBufferSinkParams
impl !Send for AVBufferSinkParams
impl !Sync for AVBufferSinkParams
impl Unpin for AVBufferSinkParams
impl UnwindSafe for AVBufferSinkParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more