Struct gio_sys::GDesktopAppInfoLookupIface
source · #[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§
source§impl Clone for GDesktopAppInfoLookupIface
impl Clone for GDesktopAppInfoLookupIface
source§fn clone(&self) -> GDesktopAppInfoLookupIface
fn clone(&self) -> GDesktopAppInfoLookupIface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more