Struct gstreamer_sys::GstPipelineClass[][src]

#[repr(C)]
pub struct GstPipelineClass { pub parent_class: GstBinClass, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstPipelineClass
[src]

impl Clone for GstPipelineClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPipelineClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPipelineClass

impl !Sync for GstPipelineClass