Struct gstreamer_sys::GstPipelineClass [−][src]
#[repr(C)]pub struct GstPipelineClass { pub parent_class: GstBinClass, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstBinClass
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPipelineClass
impl !Send for GstPipelineClass
impl !Sync for GstPipelineClass
impl Unpin for GstPipelineClass
impl UnwindSafe for GstPipelineClass
Blanket Implementations
Mutably borrows from an owned value. Read more