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
Auto Trait Implementations
impl RefUnwindSafe for GstBus
impl UnwindSafe for GstBus
Blanket Implementations
Mutably borrows from an owned value. Read more