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: GType
type_: GType
size: size_t
init_func: GstMetaInitFunction
free_func: GstMetaFreeFunction
transform_func: GstMetaTransformFunction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMetaInfo
impl Send for GstMetaInfo
impl Sync for GstMetaInfo
impl Unpin for GstMetaInfo
impl UnwindSafe for GstMetaInfo
Blanket Implementations
Mutably borrows from an owned value. Read more