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: GstObjectClass
factory: *mut GstDeviceProviderFactory
probe: 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
impl Copy for GstDeviceProviderClass
[src]
impl Copy for GstDeviceProviderClass
impl Clone for GstDeviceProviderClass
[src]
impl Clone for GstDeviceProviderClass
fn clone(&self) -> GstDeviceProviderClass
[src]
fn clone(&self) -> GstDeviceProviderClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstDeviceProviderClass
[src]
impl Debug for GstDeviceProviderClass
Auto Trait Implementations
impl !Send for GstDeviceProviderClass
impl !Send for GstDeviceProviderClass
impl !Sync for GstDeviceProviderClass
impl !Sync for GstDeviceProviderClass