Struct gstreamer_sys::GstBus[][src]

#[repr(C)]
pub struct GstBus { pub object: GstObject, pub priv_: *mut GstBusPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstBus
[src]

impl Clone for GstBus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBus
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBus

impl !Sync for GstBus