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_: GTyperefcount: c_intlockstate: c_intflags: c_uintcopy: GstMiniObjectCopyFunctiondispose: GstMiniObjectDisposeFunctionfree: GstMiniObjectFreeFunctionpriv_uint: c_uintpriv_pointer: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMiniObjectimpl !Send for GstMiniObjectimpl !Sync for GstMiniObjectimpl Unpin for GstMiniObjectimpl UnwindSafe for GstMiniObjectBlanket Implementations
Mutably borrows from an owned value. Read more