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
Auto Trait Implementations
impl RefUnwindSafe for GstObject
impl UnwindSafe for GstObject
Blanket Implementations
Mutably borrows from an owned value. Read more