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_: GType§refcount: c_int§lockstate: c_int§flags: c_uint§copy: GstMiniObjectCopyFunction§dispose: GstMiniObjectDisposeFunction§free: GstMiniObjectFreeFunction§priv_uint: c_uint§priv_pointer: gpointerTrait Implementations§
source§impl Clone for GstMiniObject
impl Clone for GstMiniObject
source§fn clone(&self) -> GstMiniObject
fn clone(&self) -> GstMiniObject
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more