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: GstObject
stream_id: *const c_char
priv_: *mut GstStreamPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStream
impl UnwindSafe for GstStream
Blanket Implementations
Mutably borrows from an owned value. Read more