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