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 GstPipelineimpl Clone for GstPipeline[src]
impl Clone for GstPipelinefn clone(&self) -> GstPipeline[src]
fn clone(&self) -> GstPipelineReturns 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 GstPipelineAuto Trait Implementations
impl !Send for GstPipeline
impl !Send for GstPipelineimpl !Sync for GstPipeline
impl !Sync for GstPipeline