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
parent_class: GstObjectClassfactory: *mut GstDeviceProviderFactoryprobe: Option<unsafe extern "C" fn(_: *mut GstDeviceProvider) -> *mut GList>start: Option<unsafe extern "C" fn(_: *mut GstDeviceProvider) -> gboolean>stop: Option<unsafe extern "C" fn(_: *mut GstDeviceProvider)>metadata: gpointer_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDeviceProviderClassimpl !Send for GstDeviceProviderClassimpl !Sync for GstDeviceProviderClassimpl Unpin for GstDeviceProviderClassimpl UnwindSafe for GstDeviceProviderClassBlanket Implementations
Mutably borrows from an owned value. Read more