Struct gstreamer_base_sys::GstCollectPadsClass [−][src]
#[repr(C)]pub struct GstCollectPadsClass { pub parent_class: GstObjectClass, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GstObjectClass
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstCollectPadsClass[src]
impl Copy for GstCollectPadsClassimpl Clone for GstCollectPadsClass[src]
impl Clone for GstCollectPadsClassfn clone(&self) -> GstCollectPadsClass[src]
fn clone(&self) -> GstCollectPadsClassReturns 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 GstCollectPadsClass[src]
impl Debug for GstCollectPadsClassAuto Trait Implementations
impl !Send for GstCollectPadsClass
impl !Send for GstCollectPadsClassimpl !Sync for GstCollectPadsClass
impl !Sync for GstCollectPadsClass