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 Copy for GstValueTable
[src]

impl Clone for GstValueTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstValueTable
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstValueTable

impl !Sync for GstValueTable