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

Trait Implementations

impl Copy for GDesktopAppInfoLookupIface
[src]

impl Clone for GDesktopAppInfoLookupIface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GDesktopAppInfoLookupIface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations