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
Auto Trait Implementations
impl RefUnwindSafe for GstDeviceProviderClass
impl !Send for GstDeviceProviderClass
impl !Sync for GstDeviceProviderClass
impl Unpin for GstDeviceProviderClass
impl UnwindSafe for GstDeviceProviderClass
Blanket Implementations
Mutably borrows from an owned value. Read more