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
impl Copy for GstProxyPad
[src]
impl Copy for GstProxyPad
impl Clone for GstProxyPad
[src]
impl Clone for GstProxyPad
fn clone(&self) -> GstProxyPad
[src]
fn clone(&self) -> GstProxyPad
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstProxyPad
[src]
impl Debug for GstProxyPad
Auto Trait Implementations
impl !Send for GstProxyPad
impl !Send for GstProxyPad
impl !Sync for GstProxyPad
impl !Sync for GstProxyPad