Struct gstreamer_sys::GstPluginDesc[][src]

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

Fields

Trait Implementations

impl Copy for GstPluginDesc
[src]

impl Clone for GstPluginDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPluginDesc
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPluginDesc

impl !Sync for GstPluginDesc