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
parent: GstObject
devices: *mut GList
priv_: *mut GstDeviceProviderPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDeviceProvider
impl !Send for GstDeviceProvider
impl !Sync for GstDeviceProvider
impl Unpin for GstDeviceProvider
impl UnwindSafe for GstDeviceProvider
Blanket Implementations
Mutably borrows from an owned value. Read more