Struct gstreamer_video_sys::GstVideoDecoder [−][src]
#[repr(C)]pub struct GstVideoDecoder { pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub stream_lock: GRecMutex, pub input_segment: GstSegment, pub output_segment: GstSegment, pub priv_: *mut GstVideoDecoderPrivate, pub padding: [gpointer; 20], }
Fields
element: GstElement
sinkpad: *mut GstPad
srcpad: *mut GstPad
stream_lock: GRecMutex
input_segment: GstSegment
output_segment: GstSegment
priv_: *mut GstVideoDecoderPrivate
padding: [gpointer; 20]
Trait Implementations
impl Copy for GstVideoDecoder
[src]
impl Copy for GstVideoDecoder
impl Clone for GstVideoDecoder
[src]
impl Clone for GstVideoDecoder
fn clone(&self) -> GstVideoDecoder
[src]
fn clone(&self) -> GstVideoDecoder
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 GstVideoDecoder
[src]
impl Debug for GstVideoDecoder
Auto Trait Implementations
impl !Send for GstVideoDecoder
impl !Send for GstVideoDecoder
impl !Sync for GstVideoDecoder
impl !Sync for GstVideoDecoder