[][src]Struct gst::ffi::Struct__GstElement

#[repr(C)]
pub struct Struct__GstElement { pub object: GstObject, pub state_lock: GRecMutex, pub state_cond: GCond, pub state_cookie: guint32, pub target_state: GstState, pub current_state: GstState, pub next_state: GstState, pub pending_state: GstState, pub last_return: GstStateChangeReturn, pub bus: *mut GstBus, pub clock: *mut GstClock, pub base_time: GstClockTimeDiff, pub start_time: GstClockTime, pub numpads: guint16, pub pads: *mut GList, pub numsrcpads: guint16, pub srcpads: *mut GList, pub numsinkpads: guint16, pub sinkpads: *mut GList, pub pads_cookie: guint32, pub _gst_reserved: [gpointer; 4], }

Fields

object: GstObjectstate_lock: GRecMutexstate_cond: GCondstate_cookie: guint32target_state: GstStatecurrent_state: GstStatenext_state: GstStatepending_state: GstStatelast_return: GstStateChangeReturnbus: *mut GstBusclock: *mut GstClockbase_time: GstClockTimeDiffstart_time: GstClockTimenumpads: guint16pads: *mut GListnumsrcpads: guint16srcpads: *mut GListnumsinkpads: guint16sinkpads: *mut GListpads_cookie: guint32_gst_reserved: [gpointer; 4]

Trait Implementations

impl Transfer<Struct__GstElement> for AppSink[src]

impl Transfer<Struct__GstElement> for AppSrc[src]

impl Transfer<Struct__GstElement> for Element[src]

impl Transfer<Struct__GstElement> for Bin[src]

impl Transfer<Struct__GstElement> for Pipeline[src]

impl Transfer<Struct__GstElement> for PlayBin[src]

impl Default for Struct__GstElement[src]

impl Clone for Struct__GstElement[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Struct__GstElement[src]

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.