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
ref_count: c_int
info: GstVideoInfo
caps: *mut GstCaps
codec_data: *mut GstBuffer
allocation_caps: *mut GstCaps
padding: [gpointer; 19]
Trait Implementations
impl Copy for GstVideoCodecState
[src]
impl Copy for GstVideoCodecState
impl Clone for GstVideoCodecState
[src]
impl Clone for GstVideoCodecState
fn clone(&self) -> GstVideoCodecState
[src]
fn clone(&self) -> GstVideoCodecState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoCodecState
[src]
impl Debug for GstVideoCodecState
Auto Trait Implementations
impl !Send for GstVideoCodecState
impl !Send for GstVideoCodecState
impl !Sync for GstVideoCodecState
impl !Sync for GstVideoCodecState