Struct gst::ffi::Struct__GstPipeline[][src]

#[repr(C)]
pub struct 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

Trait Implementations

impl Clone for Struct__GstPipeline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GstPipeline
[src]

impl Default for Struct__GstPipeline
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstPipeline

impl !Sync for Struct__GstPipeline