Struct gst::ffi::Struct__GstDeviceProvider[][src]

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

Fields

Trait Implementations

impl Clone for Struct__GstDeviceProvider
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GstDeviceProvider
[src]

impl Default for Struct__GstDeviceProvider
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstDeviceProvider

impl !Sync for Struct__GstDeviceProvider