Struct gstreamer_sys::GstDeviceProvider[][src]

#[repr(C)]
pub struct GstDeviceProvider { pub parent: GstObject, pub devices: *mut GList, pub priv_: *mut GstDeviceProviderPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstDeviceProvider
[src]

impl Clone for GstDeviceProvider
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDeviceProvider
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstDeviceProvider

impl !Sync for GstDeviceProvider