Struct gstreamer_base_sys::GstCollectPads [−][src]
#[repr(C)]pub struct GstCollectPads { pub object: GstObject, pub data: *mut GSList, pub stream_lock: GRecMutex, pub priv_: *mut GstCollectPadsPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
object: GstObject
data: *mut GSList
stream_lock: GRecMutex
priv_: *mut GstCollectPadsPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstCollectPads
[src]
impl Copy for GstCollectPads
impl Clone for GstCollectPads
[src]
impl Clone for GstCollectPads
fn clone(&self) -> GstCollectPads
[src]
fn clone(&self) -> GstCollectPads
Returns 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 GstCollectPads
[src]
impl Debug for GstCollectPads
Auto Trait Implementations
impl !Send for GstCollectPads
impl !Send for GstCollectPads
impl !Sync for GstCollectPads
impl !Sync for GstCollectPads