Struct gst::ffi::Struct__GstPluginDesc[][src]

#[repr(C)]
pub struct Struct__GstPluginDesc { pub major_version: gint, pub minor_version: gint, pub name: *const gchar, pub description: *const gchar, pub plugin_init: GstPluginInitFunc, pub version: *const gchar, pub license: *const gchar, pub source: *const gchar, pub package: *const gchar, pub origin: *const gchar, pub release_datetime: *const gchar, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Default for Struct__GstPluginDesc
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstPluginDesc

impl !Sync for Struct__GstPluginDesc