Struct gstreamer_sys::GstGhostPad[][src]

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

Fields

Trait Implementations

impl Copy for GstGhostPad
[src]

impl Clone for GstGhostPad
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstGhostPad
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstGhostPad

impl !Sync for GstGhostPad