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

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

Fields

Trait Implementations

impl Default for Struct__GstURIHandlerInterface
[src]

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

Auto Trait Implementations

impl Send for Struct__GstURIHandlerInterface

impl Sync for Struct__GstURIHandlerInterface