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 GstPipelineClassimpl !Send for GstPipelineClassimpl !Sync for GstPipelineClassimpl Unpin for GstPipelineClassimpl UnwindSafe for GstPipelineClassBlanket Implementations
Mutably borrows from an owned value. Read more