Struct gstreamer_sys::GstObject [−][src]
#[repr(C)]pub struct GstObject { pub object: GInitiallyUnowned, pub lock: GMutex, pub name: *mut c_char, pub parent: *mut GstObject, pub flags: u32, pub control_bindings: *mut GList, pub control_rate: u64, pub last_sync: u64, pub _gst_reserved: gpointer, }
Fields
object: GInitiallyUnowned
lock: GMutex
name: *mut c_char
parent: *mut GstObject
flags: u32
control_bindings: *mut GList
control_rate: u64
last_sync: u64
_gst_reserved: gpointer
Trait Implementations
impl Copy for GstObject[src]
impl Copy for GstObjectimpl Clone for GstObject[src]
impl Clone for GstObjectfn clone(&self) -> GstObject[src]
fn clone(&self) -> GstObjectReturns 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 GstObject[src]
impl Debug for GstObject