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