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
sourceimpl Clone for GDesktopAppInfoLookupIface
impl Clone for GDesktopAppInfoLookupIface
sourcefn clone(&self) -> GDesktopAppInfoLookupIface
fn clone(&self) -> GDesktopAppInfoLookupIface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GDesktopAppInfoLookupIface
impl Debug for GDesktopAppInfoLookupIface
impl Copy for GDesktopAppInfoLookupIface
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more