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: GstObjectClass
pad_created: Option<unsafe extern "C" fn(_: *mut GstPadTemplate, _: *mut GstPad)>
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadTemplateClass
impl !Send for GstPadTemplateClass
impl !Sync for GstPadTemplateClass
impl Unpin for GstPadTemplateClass
impl UnwindSafe for GstPadTemplateClass
Blanket Implementations
Mutably borrows from an owned value. Read more