Struct gstreamer_sys::GstStreamCollection
source · #[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§
source§impl Clone for GstStreamCollection
impl Clone for GstStreamCollection
source§fn clone(&self) -> GstStreamCollection
fn clone(&self) -> GstStreamCollection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more