Struct gstreamer_video_sys::GstVideoCodecState[][src]

#[repr(C)]
pub struct GstVideoCodecState { pub ref_count: c_int, pub info: GstVideoInfo, pub caps: *mut GstCaps, pub codec_data: *mut GstBuffer, pub allocation_caps: *mut GstCaps, pub padding: [gpointer; 19], }

Fields

Trait Implementations

impl Copy for GstVideoCodecState
[src]

impl Clone for GstVideoCodecState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoCodecState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoCodecState

impl !Sync for GstVideoCodecState