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 priv_uint: c_uint, pub priv_pointer: gpointer, }
Fields
type_: GType
refcount: c_int
lockstate: c_int
flags: c_uint
copy: GstMiniObjectCopyFunction
dispose: GstMiniObjectDisposeFunction
free: GstMiniObjectFreeFunction
priv_uint: c_uint
priv_pointer: gpointer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMiniObject
impl !Send for GstMiniObject
impl !Sync for GstMiniObject
impl Unpin for GstMiniObject
impl UnwindSafe for GstMiniObject
Blanket Implementations
Mutably borrows from an owned value. Read more