Struct gstreamer_sys::GstPipeline[][src]

#[repr(C)]
pub struct GstPipeline { pub bin: GstBin, pub fixed_clock: *mut GstClock, pub stream_time: GstClockTime, pub delay: GstClockTime, pub priv_: *mut GstPipelinePrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstPipeline
[src]

impl Clone for GstPipeline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPipeline
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPipeline

impl !Sync for GstPipeline