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: GstObjectdevices: *mut GListpriv_: *mut GstDeviceProviderPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDeviceProviderimpl !Send for GstDeviceProviderimpl !Sync for GstDeviceProviderimpl Unpin for GstDeviceProviderimpl UnwindSafe for GstDeviceProviderBlanket Implementations
Mutably borrows from an owned value. Read more