Struct gstreamer_sys::GstStreamCollection[][src]

#[repr(C)]
pub struct GstStreamCollection { pub object: GstObject, pub upstream_id: *mut c_char, pub priv_: *mut GstStreamCollectionPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstStreamCollection
[src]

impl Clone for GstStreamCollection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstStreamCollection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstStreamCollection

impl !Sync for GstStreamCollection