Struct ostree_sys::OstreeRepoFinderResult
source · [−]#[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
sourceimpl Clone for OstreeRepoFinderResult
impl Clone for OstreeRepoFinderResult
sourcefn clone(&self) -> OstreeRepoFinderResult
fn clone(&self) -> OstreeRepoFinderResult
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 OstreeRepoFinderResult
impl Debug for OstreeRepoFinderResult
impl Copy for OstreeRepoFinderResult
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
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