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 GstStreamCollectionimpl Clone for GstStreamCollection[src]
impl Clone for GstStreamCollectionfn clone(&self) -> GstStreamCollection[src]
fn clone(&self) -> GstStreamCollectionReturns 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 GstStreamCollectionAuto Trait Implementations
impl !Send for GstStreamCollection
impl !Send for GstStreamCollectionimpl !Sync for GstStreamCollection
impl !Sync for GstStreamCollection