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