Struct gstreamer_base_sys::GstDataQueue [−][src]
#[repr(C)]pub struct GstDataQueue { pub object: GObject, pub priv_: *mut GstDataQueuePrivate, pub _gst_reserved: [gpointer; 4], }
Fields
object: GObjectpriv_: *mut GstDataQueuePrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDataQueueimpl !Send for GstDataQueueimpl !Sync for GstDataQueueimpl Unpin for GstDataQueueimpl UnwindSafe for GstDataQueueBlanket Implementations
Mutably borrows from an owned value. Read more