Struct gst::ffi::Struct__GParamSpec [−][src]
#[repr(C)]pub struct Struct__GParamSpec { pub g_type_instance: GTypeInstance, pub name: *const gchar, pub flags: GParamFlags, pub value_type: GType, pub owner_type: GType, pub _nick: *mut gchar, pub _blurb: *mut gchar, pub qdata: *mut GData, pub ref_count: guint, pub param_id: guint, }
Fields
g_type_instance: GTypeInstance
name: *const gchar
flags: GParamFlags
value_type: GType
owner_type: GType
_nick: *mut gchar
_blurb: *mut gchar
qdata: *mut GData
ref_count: guint
param_id: guint
Trait Implementations
impl Clone for Struct__GParamSpec
[src]
impl Clone for Struct__GParamSpec
fn clone(&self) -> Struct__GParamSpec
[src]
fn clone(&self) -> Struct__GParamSpec
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 Copy for Struct__GParamSpec
[src]
impl Copy for Struct__GParamSpec
impl Default for Struct__GParamSpec
[src]
impl Default for Struct__GParamSpec
fn default() -> Struct__GParamSpec
[src]
fn default() -> Struct__GParamSpec
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GParamSpec
impl !Send for Struct__GParamSpec
impl !Sync for Struct__GParamSpec
impl !Sync for Struct__GParamSpec