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

Trait Implementations

impl Copy for GstMetaInfo
[src]

impl Clone for GstMetaInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMetaInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstMetaInfo

impl Sync for GstMetaInfo