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
value_init: Option<extern "C" fn(value: *mut GValue)>
value_free: Option<extern "C" fn(value: *mut GValue)>
value_copy: Option<extern "C" fn(src_value: *const GValue, dest_value: *mut GValue)>
value_peek_pointer: Option<extern "C" fn(value: *const GValue) -> gpointer>
collect_format: *const gchar
collect_value: Option<extern "C" fn(value: *mut GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>
lcopy_format: *const gchar
lcopy_value: Option<extern "C" fn(value: *const GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>
Trait Implementations
impl Default for Struct__GTypeValueTable
[src]
impl Default for Struct__GTypeValueTable
fn default() -> Struct__GTypeValueTable
[src]
fn default() -> Struct__GTypeValueTable
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GTypeValueTable
impl !Send for Struct__GTypeValueTable
impl !Sync for Struct__GTypeValueTable
impl !Sync for Struct__GTypeValueTable