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
parent: GTypeInterface
get_type: Option<extern "C" fn(_: GType) -> GstURIType>
get_protocols: Option<extern "C" fn(_: GType) -> *const *const gchar>
get_uri: Option<extern "C" fn(_: *mut GstURIHandler) -> *mut gchar>
set_uri: Option<extern "C" fn(_: *mut GstURIHandler, _: *const gchar, _: *mut *mut GError) -> gboolean>
Trait Implementations
impl Default for Struct__GstURIHandlerInterface[src]
fn default() -> Struct__GstURIHandlerInterface
Returns the "default value" for a type. Read more