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
Auto Trait Implementations
impl RefUnwindSafe for GstStreamCollection
impl !Send for GstStreamCollection
impl !Sync for GstStreamCollection
impl Unpin for GstStreamCollection
impl UnwindSafe for GstStreamCollection
Blanket Implementations
Mutably borrows from an owned value. Read more