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
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