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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstObject
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstObject

impl !Sync for GstObject