Struct gstreamer_sys::GstStream
source · [−]#[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 GstStream
impl UnwindSafe for GstStream
Blanket Implementations
Mutably borrows from an owned value. Read more