Struct gstreamer_sys::GstProxyPad [−][src]
#[repr(C)]pub struct GstProxyPad { pub pad: GstPad, pub priv_: *mut GstProxyPadPrivate, }
Fields
pad: GstPadpriv_: *mut GstProxyPadPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstProxyPadimpl !Send for GstProxyPadimpl !Sync for GstProxyPadimpl Unpin for GstProxyPadimpl UnwindSafe for GstProxyPadBlanket Implementations
Mutably borrows from an owned value. Read more