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 GstProxyPadimpl Clone for GstProxyPad[src]
impl Clone for GstProxyPadfn clone(&self) -> GstProxyPad[src]
fn clone(&self) -> GstProxyPadReturns 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 GstProxyPadAuto Trait Implementations
impl !Send for GstProxyPad
impl !Send for GstProxyPadimpl !Sync for GstProxyPad
impl !Sync for GstProxyPad