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

Trait Implementations

impl Copy for GstCollectPads
[src]

impl Clone for GstCollectPads
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstCollectPads
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstCollectPads

impl !Sync for GstCollectPads