Struct gstreamer_sys::GstMetaInfo
source · #[repr(C)]pub struct GstMetaInfo {
pub api: GType,
pub type_: GType,
pub size: size_t,
pub init_func: GstMetaInitFunction,
pub free_func: GstMetaFreeFunction,
pub transform_func: GstMetaTransformFunction,
}Fields§
§api: GType§type_: GType§size: size_t§init_func: GstMetaInitFunction§free_func: GstMetaFreeFunction§transform_func: GstMetaTransformFunctionTrait Implementations§
source§impl Clone for GstMetaInfo
impl Clone for GstMetaInfo
source§fn clone(&self) -> GstMetaInfo
fn clone(&self) -> GstMetaInfo
Returns a copy 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 more