Struct gst::ffi::Struct__GstMetaInfo[][src]

#[repr(C)]
pub struct Struct__GstMetaInfo { pub api: GType, pub _type: GType, pub size: gsize, pub init_func: GstMetaInitFunction, pub free_func: GstMetaFreeFunction, pub transform_func: GstMetaTransformFunction, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Default for Struct__GstMetaInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstMetaInfo

impl !Sync for Struct__GstMetaInfo