Struct gst::ffi::Struct__GstURIHandlerInterface [] [src]

#[repr(C)]
pub struct Struct__GstURIHandlerInterface { pub parent: GTypeInterface, pub get_type: Option<extern "C" fn(_: GType) -> GstURIType>, pub get_protocols: Option<extern "C" fn(_: GType) -> *const *const gchar>, pub get_uri: Option<extern "C" fn(_: *mut GstURIHandler) -> *mut gchar>, pub set_uri: Option<extern "C" fn(_: *mut GstURIHandler, _: *const gchar, _: *mut *mut GError) -> gboolean>, }

Fields

Trait Implementations

impl Default for Struct__GstURIHandlerInterface
[src]

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