Struct gstreamer_sys::GstMiniObject [] [src]

#[repr(C)]
pub struct GstMiniObject { pub type_: GType, pub refcount: c_int, pub lockstate: c_int, pub flags: c_uint, pub copy: GstMiniObjectCopyFunction, pub dispose: GstMiniObjectDisposeFunction, pub free: GstMiniObjectFreeFunction, pub n_qdata: c_uint, pub qdata: gpointer, }

Fields