#[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
impl Copy for GstValueTable
Auto Trait Implementations§
impl !Send for GstValueTable
impl !Sync for GstValueTable
impl Freeze for GstValueTable
impl RefUnwindSafe for GstValueTable
impl Unpin for GstValueTable
impl UnsafeUnpin 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