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: GObject
priv_: *mut GstDataQueuePrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDataQueue
impl !Send for GstDataQueue
impl !Sync for GstDataQueue
impl Unpin for GstDataQueue
impl UnwindSafe for GstDataQueue
Blanket Implementations
Mutably borrows from an owned value. Read more