Struct gst::ffi::Struct__GstMiniObject [] [src]

pub struct Struct__GstMiniObject {
    pub _type: GType,
    pub refcount: gint,
    pub lockstate: gint,
    pub flags: guint,
    pub copy: GstMiniObjectCopyFunction,
    pub dispose: GstMiniObjectDisposeFunction,
    pub free: GstMiniObjectFreeFunction,
    pub n_qdata: guint,
    pub qdata: gpointer,
}

Fields

_type: GType refcount: gint lockstate: gint flags: guint copy: GstMiniObjectCopyFunction dispose: GstMiniObjectDisposeFunction free: GstMiniObjectFreeFunction n_qdata: guint qdata: gpointer

Trait Implementations

impl Default for Struct__GstMiniObject
[src]

fn default() -> Struct__GstMiniObject

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