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

Trait Implementations

impl Copy for GstObject
[src]

impl Clone for GstObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstObject

impl !Sync for GstObject