Struct gst::ffi::Struct__GstDeviceClass[][src]

#[repr(C)]
pub struct Struct__GstDeviceClass { pub parent_class: GstObjectClass, pub create_element: Option<extern "C" fn(device: *mut GstDevice, name: *const gchar) -> *mut GstElement>, pub reconfigure_element: Option<extern "C" fn(device: *mut GstDevice, element: *mut GstElement) -> gboolean>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Default for Struct__GstDeviceClass
[src]

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

Auto Trait Implementations

impl !Send for Struct__GstDeviceClass

impl !Sync for Struct__GstDeviceClass