Struct gstreamer_sys::GstPipeline
source · #[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§
source§impl Clone for GstPipeline
impl Clone for GstPipeline
source§fn clone(&self) -> GstPipeline
fn clone(&self) -> GstPipeline
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more