[][src]Struct gstreamer_sys::GstPad

#[repr(C)]
pub struct GstPad { pub object: GstObject, pub element_private: gpointer, pub padtemplate: *mut GstPadTemplate, pub direction: GstPadDirection, pub stream_rec_lock: GRecMutex, pub task: *mut GstTask, pub block_cond: GCond, pub probes: GHookList, pub mode: GstPadMode, pub activatefunc: GstPadActivateFunction, pub activatedata: gpointer, pub activatenotify: GDestroyNotify, pub activatemodefunc: GstPadActivateModeFunction, pub activatemodedata: gpointer, pub activatemodenotify: GDestroyNotify, pub peer: *mut GstPad, pub linkfunc: GstPadLinkFunction, pub linkdata: gpointer, pub linknotify: GDestroyNotify, pub unlinkfunc: GstPadUnlinkFunction, pub unlinkdata: gpointer, pub unlinknotify: GDestroyNotify, pub chainfunc: GstPadChainFunction, pub chaindata: gpointer, pub chainnotify: GDestroyNotify, pub chainlistfunc: GstPadChainListFunction, pub chainlistdata: gpointer, pub chainlistnotify: GDestroyNotify, pub getrangefunc: GstPadGetRangeFunction, pub getrangedata: gpointer, pub getrangenotify: GDestroyNotify, pub eventfunc: GstPadEventFunction, pub eventdata: gpointer, pub eventnotify: GDestroyNotify, pub offset: i64, pub queryfunc: GstPadQueryFunction, pub querydata: gpointer, pub querynotify: GDestroyNotify, pub iterintlinkfunc: GstPadIterIntLinkFunction, pub iterintlinkdata: gpointer, pub iterintlinknotify: GDestroyNotify, pub num_probes: c_int, pub num_blocked: c_int, pub priv_: *mut GstPadPrivate, pub ABI: GstPad_ABI, }

Fields

object: GstObjectelement_private: gpointerpadtemplate: *mut GstPadTemplatedirection: GstPadDirectionstream_rec_lock: GRecMutextask: *mut GstTaskblock_cond: GCondprobes: GHookListmode: GstPadModeactivatefunc: GstPadActivateFunctionactivatedata: gpointeractivatenotify: GDestroyNotifyactivatemodefunc: GstPadActivateModeFunctionactivatemodedata: gpointeractivatemodenotify: GDestroyNotifypeer: *mut GstPadlinkfunc: GstPadLinkFunctionlinkdata: gpointerlinknotify: GDestroyNotifyunlinkfunc: GstPadUnlinkFunctionunlinkdata: gpointerunlinknotify: GDestroyNotifychainfunc: GstPadChainFunctionchaindata: gpointerchainnotify: GDestroyNotifychainlistfunc: GstPadChainListFunctionchainlistdata: gpointerchainlistnotify: GDestroyNotifygetrangefunc: GstPadGetRangeFunctiongetrangedata: gpointergetrangenotify: GDestroyNotifyeventfunc: GstPadEventFunctioneventdata: gpointereventnotify: GDestroyNotifyoffset: i64queryfunc: GstPadQueryFunctionquerydata: gpointerquerynotify: GDestroyNotifyiterintlinkfunc: GstPadIterIntLinkFunctioniterintlinkdata: gpointeriterintlinknotify: GDestroyNotifynum_probes: c_intnum_blocked: c_intpriv_: *mut GstPadPrivateABI: GstPad_ABI

Trait Implementations

impl Copy for GstPad[src]

impl Clone for GstPad[src]

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

Performs copy-assignment from source. Read more

impl Debug for GstPad[src]

Auto Trait Implementations

impl !Send for GstPad

impl !Sync for GstPad

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]