Struct gst::ffi::Struct__GstVideoDecoder[][src]

#[repr(C)]
pub struct 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: [*mut c_void; 20], }

Fields

Trait Implementations

impl Clone for Struct__GstVideoDecoder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GstVideoDecoder
[src]

impl Default for Struct__GstVideoDecoder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstVideoDecoder

impl !Sync for Struct__GstVideoDecoder