[][src]Struct gstreamer_sys::GstBin

#[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

element: GstElementnumchildren: c_intchildren: *mut GListchildren_cookie: u32child_bus: *mut GstBusmessages: *mut GListpolling: gbooleanstate_dirty: gbooleanclock_dirty: gbooleanprovided_clock: *mut GstClockclock_provider: *mut GstElementpriv_: *mut GstBinPrivate_gst_reserved: [gpointer; 4]

Trait Implementations

impl Clone for GstBin[src]

impl Copy for GstBin[src]

impl Debug for GstBin[src]

Auto Trait Implementations

impl !Send for GstBin

impl Unpin for GstBin

impl !Sync for GstBin

impl UnwindSafe for GstBin

impl RefUnwindSafe for GstBin

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]