Struct ostree_sys::OstreeRepoFinderInterface [−][src]
#[repr(C)]pub struct OstreeRepoFinderInterface { pub g_iface: GTypeInterface, pub resolve_async: Option<unsafe extern "C" fn(_: *mut OstreeRepoFinder, _: *const *const OstreeCollectionRef, _: *mut OstreeRepo, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub resolve_finish: Option<unsafe extern "C" fn(_: *mut OstreeRepoFinder, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GPtrArray>, }
Fields
g_iface: GTypeInterfaceresolve_async: Option<unsafe extern "C" fn(_: *mut OstreeRepoFinder, _: *const *const OstreeCollectionRef, _: *mut OstreeRepo, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>resolve_finish: Option<unsafe extern "C" fn(_: *mut OstreeRepoFinder, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GPtrArray>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoFinderInterfaceimpl Send for OstreeRepoFinderInterfaceimpl Sync for OstreeRepoFinderInterfaceimpl Unpin for OstreeRepoFinderInterfaceimpl UnwindSafe for OstreeRepoFinderInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more