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 OstreeRepoFinderInterface
impl Send for OstreeRepoFinderInterface
impl Sync for OstreeRepoFinderInterface
impl Unpin for OstreeRepoFinderInterface
impl UnwindSafe for OstreeRepoFinderInterface
Blanket Implementations
Mutably borrows from an owned value. Read more