Struct gio_sys::GDesktopAppInfoLookupIface
[−]
[src]
#[repr(C)]pub struct GDesktopAppInfoLookupIface { pub g_iface: GTypeInterface, pub get_default_for_uri_scheme: Option<unsafe extern "C" fn(_: *mut GDesktopAppInfoLookup, _: *const c_char) -> *mut GAppInfo>, }
Fields
g_iface: GTypeInterface
get_default_for_uri_scheme: Option<unsafe extern "C" fn(_: *mut GDesktopAppInfoLookup, _: *const c_char) -> *mut GAppInfo>
Trait Implementations
impl Copy for GDesktopAppInfoLookupIface[src]
impl Clone for GDesktopAppInfoLookupIface[src]
fn clone(&self) -> GDesktopAppInfoLookupIface[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more