Struct gstreamer_base_sys::GstDataQueueClass[][src]

#[repr(C)]
pub struct GstDataQueueClass { pub parent_class: GObjectClass, pub empty: Option<unsafe extern "C" fn(_: *mut GstDataQueue)>, pub full: Option<unsafe extern "C" fn(_: *mut GstDataQueue)>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstDataQueueClass
[src]

impl Clone for GstDataQueueClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDataQueueClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstDataQueueClass

impl !Sync for GstDataQueueClass