Struct gst::ffi::Struct__GTypeValueTable[][src]

#[repr(C)]
pub struct Struct__GTypeValueTable { pub value_init: Option<extern "C" fn(value: *mut GValue)>, pub value_free: Option<extern "C" fn(value: *mut GValue)>, pub value_copy: Option<extern "C" fn(src_value: *const GValue, dest_value: *mut GValue)>, pub value_peek_pointer: Option<extern "C" fn(value: *const GValue) -> gpointer>, pub collect_format: *const gchar, pub collect_value: Option<extern "C" fn(value: *mut GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>, pub lcopy_format: *const gchar, pub lcopy_value: Option<extern "C" fn(value: *const GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>, }

Fields

Trait Implementations

impl Default for Struct__GTypeValueTable
[src]

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

Auto Trait Implementations

impl !Send for Struct__GTypeValueTable

impl !Sync for Struct__GTypeValueTable