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
impl Copy for GstDataQueue[src]
impl Copy for GstDataQueueimpl Clone for GstDataQueue[src]
impl Clone for GstDataQueuefn clone(&self) -> GstDataQueue[src]
fn clone(&self) -> GstDataQueueReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstDataQueue[src]
impl Debug for GstDataQueueAuto Trait Implementations
impl !Send for GstDataQueue
impl !Send for GstDataQueueimpl !Sync for GstDataQueue
impl !Sync for GstDataQueue