#[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_intminor_version: c_intname: *const c_chardescription: *const c_charplugin_init: GstPluginInitFuncversion: *const c_charlicense: *const c_charsource: *const c_charpackage: *const c_charorigin: *const c_charrelease_datetime: *const c_char_gst_reserved: [gpointer; 4]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.