Struct gst::ffi::Struct__GstBin [−][src]
#[repr(C)]pub struct Struct__GstBin { pub element: GstElement, pub numchildren: gint, pub children: *mut GList, pub children_cookie: guint32, 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
element: GstElement
numchildren: gint
children: *mut GList
child_bus: *mut GstBus
messages: *mut GList
polling: gboolean
state_dirty: gboolean
clock_dirty: gboolean
provided_clock: *mut GstClock
clock_provider: *mut GstElement
_priv: *mut GstBinPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Clone for Struct__GstBin
[src]
impl Clone for Struct__GstBin
fn clone(&self) -> Struct__GstBin
[src]
fn clone(&self) -> Struct__GstBin
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct__GstBin
[src]
impl Copy for Struct__GstBin
impl Default for Struct__GstBin
[src]
impl Default for Struct__GstBin
fn default() -> Struct__GstBin
[src]
fn default() -> Struct__GstBin
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstBin
impl !Send for Struct__GstBin
impl !Sync for Struct__GstBin
impl !Sync for Struct__GstBin