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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDesktopAppInfoLookupIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GDesktopAppInfoLookupIface

impl Sync for GDesktopAppInfoLookupIface