Struct gstreamer_sys::GstBin[][src]

#[repr(C)]
pub struct GstBin { pub element: GstElement, pub numchildren: c_int, pub children: *mut GList, pub children_cookie: u32, pub child_bus: *mut GstBus, pub messages: *mut GList, pub polling: gboolean, pub state_dirty: gboolean, pub clock_dirty: gboolean, pub provided_clock: *mut GstClock, pub clock_provider: *mut GstElement, pub priv_: *mut GstBinPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstBin
[src]

impl Clone for GstBin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBin
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBin

impl !Sync for GstBin