Struct gstreamer_sys::GstBusClass[][src]

#[repr(C)]
pub struct GstBusClass { pub parent_class: GstObjectClass, pub message: Option<unsafe extern "C" fn(_: *mut GstBus, _: *mut GstMessage)>, pub sync_message: Option<unsafe extern "C" fn(_: *mut GstBus, _: *mut GstMessage)>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstBusClass
[src]

impl Clone for GstBusClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBusClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBusClass

impl !Sync for GstBusClass