#[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: GTypeInterface§resolve_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§
Source§impl Clone for OstreeRepoFinderInterface
impl Clone for OstreeRepoFinderInterface
Source§fn clone(&self) -> OstreeRepoFinderInterface
fn clone(&self) -> OstreeRepoFinderInterface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OstreeRepoFinderInterface
impl Debug for OstreeRepoFinderInterface
impl Copy for OstreeRepoFinderInterface
Auto Trait Implementations§
impl Freeze for OstreeRepoFinderInterface
impl RefUnwindSafe for OstreeRepoFinderInterface
impl Send for OstreeRepoFinderInterface
impl Sync for OstreeRepoFinderInterface
impl Unpin for OstreeRepoFinderInterface
impl UnwindSafe for OstreeRepoFinderInterface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more