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: GInitiallyUnownedlock: GMutexname: *mut c_charparent: *mut GstObjectflags: u32control_bindings: *mut GListcontrol_rate: u64last_sync: u64_gst_reserved: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstObjectimpl UnwindSafe for GstObjectBlanket Implementations
Mutably borrows from an owned value. Read more