Struct ostree_sys::OstreeRepoFinderResult [−][src]
#[repr(C)]pub struct OstreeRepoFinderResult { pub remote: *mut OstreeRemote, pub finder: *mut OstreeRepoFinder, pub priority: c_int, pub ref_to_checksum: *mut GHashTable, pub summary_last_modified: u64, pub ref_to_timestamp: *mut GHashTable, pub padding: [gpointer; 3], }
Fields
remote: *mut OstreeRemotefinder: *mut OstreeRepoFinderpriority: c_intref_to_checksum: *mut GHashTablesummary_last_modified: u64ref_to_timestamp: *mut GHashTablepadding: [gpointer; 3]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoFinderResult
impl !Send for OstreeRepoFinderResult
impl !Sync for OstreeRepoFinderResult
impl Unpin for OstreeRepoFinderResult
impl UnwindSafe for OstreeRepoFinderResult
Blanket Implementations
Mutably borrows from an owned value. Read more