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
type_: GType
compare: GstValueCompareFunc
serialize: GstValueSerializeFunc
deserialize: GstValueDeserializeFunc
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstValueTable[src]
impl Copy for GstValueTableimpl Clone for GstValueTable[src]
impl Clone for GstValueTablefn clone(&self) -> GstValueTable[src]
fn clone(&self) -> GstValueTableReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstValueTable[src]
impl Debug for GstValueTableAuto Trait Implementations
impl !Send for GstValueTable
impl !Send for GstValueTableimpl !Sync for GstValueTable
impl !Sync for GstValueTable