Struct gstreamer_sys::GstURIHandlerInterface [−][src]
#[repr(C)]pub struct GstURIHandlerInterface { pub parent: GTypeInterface, pub get_type: Option<unsafe extern "C" fn(_: GType) -> GstURIType>, pub get_protocols: Option<unsafe extern "C" fn(_: GType) -> *const *const c_char>, pub get_uri: Option<unsafe extern "C" fn(_: *mut GstURIHandler) -> *mut c_char>, pub set_uri: Option<unsafe extern "C" fn(_: *mut GstURIHandler, _: *const c_char, _: *mut *mut GError) -> gboolean>, }
Fields
parent: GTypeInterfaceget_type: Option<unsafe extern "C" fn(_: GType) -> GstURIType>get_protocols: Option<unsafe extern "C" fn(_: GType) -> *const *const c_char>get_uri: Option<unsafe extern "C" fn(_: *mut GstURIHandler) -> *mut c_char>set_uri: Option<unsafe extern "C" fn(_: *mut GstURIHandler, _: *const c_char, _: *mut *mut GError) -> gboolean>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstURIHandlerInterfaceimpl Send for GstURIHandlerInterfaceimpl Sync for GstURIHandlerInterfaceimpl Unpin for GstURIHandlerInterfaceimpl UnwindSafe for GstURIHandlerInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more