Struct gstreamer_sys::GstPluginDesc
source · [−]#[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
sourceimpl Clone for GstPluginDesc
impl Clone for GstPluginDesc
sourcefn clone(&self) -> GstPluginDesc
fn clone(&self) -> GstPluginDesc
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstPluginDesc
impl Debug for GstPluginDesc
impl Copy for GstPluginDesc
Auto Trait Implementations
impl RefUnwindSafe for GstPluginDesc
impl !Send for GstPluginDesc
impl !Sync for GstPluginDesc
impl Unpin for GstPluginDesc
impl UnwindSafe for GstPluginDesc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more