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