Struct gst::ffi::Struct__GstObject
[−]
[src]
pub struct Struct__GstObject {
pub object: GInitiallyUnowned,
pub lock: GMutex,
pub name: *mut gchar,
pub parent: *mut GstObject,
pub flags: guint32,
pub control_bindings: *mut GList,
pub control_rate: guint64,
pub last_sync: guint64,
pub _gst_reserved: gpointer,
}Fields
object: GInitiallyUnowned
lock: GMutex
name: *mut gchar
parent: *mut GstObject
flags: guint32
control_bindings: *mut GList
control_rate: guint64
last_sync: guint64
_gst_reserved: gpointer
Trait Implementations
impl Copy for Struct__GstObject[src]
impl Clone for Struct__GstObject[src]
fn clone(&self) -> Struct__GstObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Struct__GstObject[src]
fn default() -> Struct__GstObject
Returns the "default value" for a type. Read more