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 Copy for GstDeviceProviderClass
[src]

impl Clone for GstDeviceProviderClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDeviceProviderClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstDeviceProviderClass

impl !Sync for GstDeviceProviderClass