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
bin: GstBin
fixed_clock: *mut GstClock
stream_time: GstClockTime
delay: GstClockTime
priv_: *mut GstPipelinePrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstPipeline
[src]
impl Copy for GstPipeline
impl Clone for GstPipeline
[src]
impl Clone for GstPipeline
fn clone(&self) -> GstPipeline
[src]
fn clone(&self) -> GstPipeline
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 GstPipeline
[src]
impl Debug for GstPipeline
Auto Trait Implementations
impl !Send for GstPipeline
impl !Send for GstPipeline
impl !Sync for GstPipeline
impl !Sync for GstPipeline