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: GTypeInterface
get_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
impl Copy for GstURIHandlerInterface
[src]
impl Copy for GstURIHandlerInterface
impl Clone for GstURIHandlerInterface
[src]
impl Clone for GstURIHandlerInterface
fn clone(&self) -> GstURIHandlerInterface
[src]
fn clone(&self) -> GstURIHandlerInterface
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstURIHandlerInterface
[src]
impl Debug for GstURIHandlerInterface
Auto Trait Implementations
impl Send for GstURIHandlerInterface
impl Send for GstURIHandlerInterface
impl Sync for GstURIHandlerInterface
impl Sync for GstURIHandlerInterface