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

Trait Implementations

impl Copy for GstMiniObject
[src]

impl Clone for GstMiniObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMiniObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstMiniObject

impl !Sync for GstMiniObject