Struct gstreamer_sys::GstDeviceProviderClass [] [src]

#[repr(C)]
pub struct GstDeviceProviderClass { pub parent_class: GstObjectClass, pub factory: *mut GstDeviceProviderFactory, pub probe: Option<unsafe extern "C" fn(_: *mut GstDeviceProvider) -> *mut GList>, pub start: Option<unsafe extern "C" fn(_: *mut GstDeviceProvider) -> gboolean>, pub stop: Option<unsafe extern "C" fn(_: *mut GstDeviceProvider)>, pub metadata: gpointer, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Debug for GstDeviceProviderClass
[src]

[src]

Formats the value using the given formatter.