Struct gstreamer_sys::GstMetaInfo [−][src]
#[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: GTypetype_: GTypesize: size_tinit_func: GstMetaInitFunctionfree_func: GstMetaFreeFunctiontransform_func: GstMetaTransformFunctionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMetaInfoimpl Send for GstMetaInfoimpl Sync for GstMetaInfoimpl Unpin for GstMetaInfoimpl UnwindSafe for GstMetaInfoBlanket Implementations
Mutably borrows from an owned value. Read more