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
Auto Trait Implementations
impl RefUnwindSafe for GDesktopAppInfoLookupIface
impl Send for GDesktopAppInfoLookupIface
impl Sync for GDesktopAppInfoLookupIface
impl Unpin for GDesktopAppInfoLookupIface
impl UnwindSafe for GDesktopAppInfoLookupIface
Blanket Implementations
Mutably borrows from an owned value. Read more