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: GstBinfixed_clock: *mut GstClockstream_time: GstClockTimedelay: GstClockTimepriv_: *mut GstPipelinePrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPipelineimpl !Send for GstPipelineimpl !Sync for GstPipelineimpl Unpin for GstPipelineimpl UnwindSafe for GstPipelineBlanket Implementations
Mutably borrows from an owned value. Read more