Struct ffmpeg_sys_next::AVBufferSinkParams
source · #[repr(C)]pub struct AVBufferSinkParams {
pub pixel_fmts: *const AVPixelFormat,
}Expand description
Deprecated and unused 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§
source§impl Clone for AVBufferSinkParams
impl Clone for AVBufferSinkParams
source§fn clone(&self) -> AVBufferSinkParams
fn clone(&self) -> AVBufferSinkParams
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 AVBufferSinkParams
impl Debug for AVBufferSinkParams
source§impl PartialEq<AVBufferSinkParams> for AVBufferSinkParams
impl PartialEq<AVBufferSinkParams> for AVBufferSinkParams
source§fn 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 ==.