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
impl Copy for GstStream[src]
impl Copy for GstStreamimpl Clone for GstStream[src]
impl Clone for GstStreamfn clone(&self) -> GstStream[src]
fn clone(&self) -> GstStreamReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstStream[src]
impl Debug for GstStream