Struct gstreamer_sys::GstGhostPadClass [−][src]
#[repr(C)]pub struct GstGhostPadClass { pub parent_class: GstProxyPadClass, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstProxyPadClass
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstGhostPadClass[src]
impl Copy for GstGhostPadClassimpl Clone for GstGhostPadClass[src]
impl Clone for GstGhostPadClassfn clone(&self) -> GstGhostPadClass[src]
fn clone(&self) -> GstGhostPadClassReturns 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 GstGhostPadClass[src]
impl Debug for GstGhostPadClassAuto Trait Implementations
impl !Send for GstGhostPadClass
impl !Send for GstGhostPadClassimpl !Sync for GstGhostPadClass
impl !Sync for GstGhostPadClass