Struct gstreamer_sys::GstStream [−][src]
#[repr(C)]pub struct GstStream { pub object: GstObject, pub stream_id: *const c_char, pub priv_: *mut GstStreamPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
object: GstObjectstream_id: *const c_charpriv_: *mut GstStreamPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStreamimpl UnwindSafe for GstStreamBlanket Implementations
Mutably borrows from an owned value. Read more