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: GstObjectupstream_id: *mut c_charpriv_: *mut GstStreamCollectionPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStreamCollectionimpl !Send for GstStreamCollectionimpl !Sync for GstStreamCollectionimpl Unpin for GstStreamCollectionimpl UnwindSafe for GstStreamCollectionBlanket Implementations
Mutably borrows from an owned value. Read more