Struct gstreamer_sys::GstValueTable [] [src]

#[repr(C)]
pub struct GstValueTable { pub type_: GType, pub compare: GstValueCompareFunc, pub serialize: GstValueSerializeFunc, pub deserialize: GstValueDeserializeFunc, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Debug for GstValueTable
[src]

[src]

Formats the value using the given formatter.