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

Trait Implementations

impl Default for Struct__GstValueTable
[src]

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

Auto Trait Implementations

impl !Send for Struct__GstValueTable

impl !Sync for Struct__GstValueTable