Struct gstreamer_sys::GstBus [−][src]
#[repr(C)]pub struct GstBus { pub object: GstObject, pub priv_: *mut GstBusPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
object: GstObjectpriv_: *mut GstBusPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstBusimpl UnwindSafe for GstBusBlanket Implementations
Mutably borrows from an owned value. Read more