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

Trait Implementations

impl Clone for Struct__GParamSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GParamSpec
[src]

impl Default for Struct__GParamSpec
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GParamSpec

impl !Sync for Struct__GParamSpec