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

Trait Implementations

impl Copy for GstPadTemplateClass
[src]

impl Clone for GstPadTemplateClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPadTemplateClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPadTemplateClass

impl !Sync for GstPadTemplateClass