Struct gstreamer_sys::GstPadTemplateClass [−][src]
#[repr(C)]pub struct GstPadTemplateClass { pub parent_class: GstObjectClass, pub pad_created: Option<unsafe extern "C" fn(_: *mut GstPadTemplate, _: *mut GstPad)>, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstObjectClasspad_created: Option<unsafe extern "C" fn(_: *mut GstPadTemplate, _: *mut GstPad)>_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadTemplateClassimpl !Send for GstPadTemplateClassimpl !Sync for GstPadTemplateClassimpl Unpin for GstPadTemplateClassimpl UnwindSafe for GstPadTemplateClassBlanket Implementations
Mutably borrows from an owned value. Read more