Struct gstreamer_sys::GstBus [−][src]
#[repr(C)]pub struct GstBus { pub object: GstObject, pub priv_: *mut GstBusPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
object: GstObject
priv_: *mut GstBusPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstBus
[src]
impl Copy for GstBus
impl Clone for GstBus
[src]
impl Clone for GstBus
fn clone(&self) -> GstBus
[src]
fn clone(&self) -> GstBus
Returns 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 GstBus
[src]
impl Debug for GstBus