[−][src]Struct gst::ffi::Struct__GstPad
Fields
object: GstObject
element_private: gpointer
padtemplate: *mut GstPadTemplate
direction: GstPadDirection
stream_rec_lock: GRecMutex
task: *mut GstTask
block_cond: GCond
probes: GHookList
mode: GstPadMode
activatefunc: GstPadActivateFunction
activatedata: gpointer
activatenotify: GDestroyNotify
activatemodefunc: GstPadActivateModeFunction
activatemodedata: gpointer
activatemodenotify: GDestroyNotify
peer: *mut GstPad
linkfunc: GstPadLinkFunction
linkdata: gpointer
linknotify: GDestroyNotify
unlinkfunc: GstPadUnlinkFunction
unlinkdata: gpointer
unlinknotify: GDestroyNotify
chainfunc: GstPadChainFunction
chaindata: gpointer
chainnotify: GDestroyNotify
chainlistfunc: GstPadChainListFunction
chainlistdata: gpointer
chainlistnotify: GDestroyNotify
getrangefunc: GstPadGetRangeFunction
getrangedata: gpointer
getrangenotify: GDestroyNotify
eventfunc: GstPadEventFunction
eventdata: gpointer
eventnotify: GDestroyNotify
offset: gint64
queryfunc: GstPadQueryFunction
querydata: gpointer
querynotify: GDestroyNotify
iterintlinkfunc: GstPadIterIntLinkFunction
iterintlinkdata: gpointer
iterintlinknotify: GDestroyNotify
num_probes: gint
num_blocked: gint
_priv: *mut GstPadPrivate
ABI: Union_Unnamed173
Trait Implementations
impl Transfer<Struct__GstPad> for Pad
[src]
impl Default for Struct__GstPad
[src]
fn default() -> Struct__GstPad
[src]
Auto Trait Implementations
impl !Send for Struct__GstPad
impl !Sync for Struct__GstPad
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,