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 GstValueTable
impl Clone for GstValueTable
[src]
impl Clone for GstValueTable
fn clone(&self) -> GstValueTable
[src]
fn clone(&self) -> GstValueTable
Returns 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 GstValueTable
Auto Trait Implementations
impl !Send for GstValueTable
impl !Send for GstValueTable
impl !Sync for GstValueTable
impl !Sync for GstValueTable