Struct gstreamer_sys::GstMiniObject
source · [−]#[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 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