Struct gstreamer_base_sys::GstDataQueueItem[][src]

#[repr(C)]
pub struct GstDataQueueItem { pub object: *mut GstMiniObject, pub size: c_uint, pub duration: u64, pub visible: gboolean, pub destroy: GDestroyNotify, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstDataQueueItem
[src]

impl Clone for GstDataQueueItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDataQueueItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstDataQueueItem

impl !Sync for GstDataQueueItem