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

Trait Implementations

impl Copy for GstStream
[src]

impl Clone for GstStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstStream

impl !Sync for GstStream