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
object: GstObject
upstream_id: *mut c_char
priv_: *mut GstStreamCollectionPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstStreamCollection
[src]
impl Copy for GstStreamCollection
impl Clone for GstStreamCollection
[src]
impl Clone for GstStreamCollection
fn clone(&self) -> GstStreamCollection
[src]
fn clone(&self) -> GstStreamCollection
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 GstStreamCollection
[src]
impl Debug for GstStreamCollection
Auto Trait Implementations
impl !Send for GstStreamCollection
impl !Send for GstStreamCollection
impl !Sync for GstStreamCollection
impl !Sync for GstStreamCollection