Struct gstreamer_sys::GstProxyPad[][src]

#[repr(C)]
pub struct GstProxyPad { pub pad: GstPad, pub priv_: *mut GstProxyPadPrivate, }

Fields

Trait Implementations

impl Copy for GstProxyPad
[src]

impl Clone for GstProxyPad
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstProxyPad
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstProxyPad

impl !Sync for GstProxyPad