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

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

Fields

Trait Implementations

impl Default for Struct__GTypeValueTable
[src]

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