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
major_version: c_int
minor_version: c_int
name: *const c_char
description: *const c_char
plugin_init: GstPluginInitFunc
version: *const c_char
license: *const c_char
source: *const c_char
package: *const c_char
origin: *const c_char
release_datetime: *const c_char
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstPluginDesc
[src]
impl Copy for GstPluginDesc
impl Clone for GstPluginDesc
[src]
impl Clone for GstPluginDesc
fn clone(&self) -> GstPluginDesc
[src]
fn clone(&self) -> GstPluginDesc
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstPluginDesc
[src]
impl Debug for GstPluginDesc
Auto Trait Implementations
impl !Send for GstPluginDesc
impl !Send for GstPluginDesc
impl !Sync for GstPluginDesc
impl !Sync for GstPluginDesc