Struct gst::ffi::Struct__GstValueTable [−][src]
#[repr(C)]pub struct Struct__GstValueTable { pub _type: GType, pub compare: GstValueCompareFunc, pub serialize: GstValueSerializeFunc, pub deserialize: GstValueDeserializeFunc, pub _gst_reserved: [gpointer; 4], }
Fields
_type: GType
compare: GstValueCompareFunc
serialize: GstValueSerializeFunc
deserialize: GstValueDeserializeFunc
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Default for Struct__GstValueTable
[src]
impl Default for Struct__GstValueTable
fn default() -> Struct__GstValueTable
[src]
fn default() -> Struct__GstValueTable
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstValueTable
impl !Send for Struct__GstValueTable
impl !Sync for Struct__GstValueTable
impl !Sync for Struct__GstValueTable