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 GstDataQueue
impl Clone for GstDataQueue
[src]
impl Clone for GstDataQueue
fn clone(&self) -> GstDataQueue
[src]
fn clone(&self) -> GstDataQueue
Returns 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 GstDataQueue
Auto Trait Implementations
impl !Send for GstDataQueue
impl !Send for GstDataQueue
impl !Sync for GstDataQueue
impl !Sync for GstDataQueue