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