Struct gstreamer_sys::GstProxyPad
source · #[repr(C)]pub struct GstProxyPad {
pub pad: GstPad,
pub priv_: *mut GstProxyPadPrivate,
}Fields§
§pad: GstPad§priv_: *mut GstProxyPadPrivateTrait Implementations§
source§impl Clone for GstProxyPad
impl Clone for GstProxyPad
source§fn clone(&self) -> GstProxyPad
fn clone(&self) -> GstProxyPad
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more