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: GTypeInterfaceget_default_for_uri_scheme: Option<unsafe extern "C" fn(_: *mut GDesktopAppInfoLookup, _: *const c_char) -> *mut GAppInfo>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GDesktopAppInfoLookupIfaceimpl Send for GDesktopAppInfoLookupIfaceimpl Sync for GDesktopAppInfoLookupIfaceimpl Unpin for GDesktopAppInfoLookupIfaceimpl UnwindSafe for GDesktopAppInfoLookupIfaceBlanket Implementations
Mutably borrows from an owned value. Read more