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
type_: GType
refcount: c_int
lockstate: c_int
flags: c_uint
copy: GstMiniObjectCopyFunction
dispose: GstMiniObjectDisposeFunction
free: GstMiniObjectFreeFunction
n_qdata: c_uint
qdata: gpointer
Trait Implementations
impl Copy for GstMiniObject
[src]
impl Copy for GstMiniObject
impl Clone for GstMiniObject
[src]
impl Clone for GstMiniObject
fn clone(&self) -> GstMiniObject
[src]
fn clone(&self) -> GstMiniObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstMiniObject
[src]
impl Debug for GstMiniObject
Auto Trait Implementations
impl !Send for GstMiniObject
impl !Send for GstMiniObject
impl !Sync for GstMiniObject
impl !Sync for GstMiniObject