Struct GstValue Table 
Source #[repr(C)]pub struct GstValueTable {
    pub type_: GType,
    pub compare: GstValueCompareFunc,
    pub serialize: GstValueSerializeFunc,
    pub deserialize: GstValueDeserializeFunc,
    pub deserialize_with_pspec: GstValueDeserializeWithPSpecFunc,
    pub hash: GstValueHashFunc,
    pub _gst_reserved: [gpointer; 2],
}Fields§
§type_: GType§compare: GstValueCompareFunc§serialize: GstValueSerializeFunc§deserialize: GstValueDeserializeFunc§deserialize_with_pspec: GstValueDeserializeWithPSpecFunc§hash: GstValueHashFunc§_gst_reserved: [gpointer; 2]Trait Implementations§
Source§impl Clone for GstValueTable
 
impl Clone for GstValueTable
Source§fn clone(&self) -> GstValueTable
 
fn clone(&self) -> GstValueTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for GstValueTable
 
impl Debug for GstValueTable
impl Copy for GstValueTable
Auto Trait Implementations§
impl Freeze for GstValueTable
impl RefUnwindSafe for GstValueTable
impl !Send for GstValueTable
impl !Sync for GstValueTable
impl Unpin for GstValueTable
impl UnwindSafe for GstValueTable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more