#[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 OstreeRemote§finder: *mut OstreeRepoFinder§priority: c_int§ref_to_checksum: *mut GHashTable§summary_last_modified: u64§ref_to_timestamp: *mut GHashTable§padding: [gpointer; 3]Trait Implementations§
Source§impl Clone for OstreeRepoFinderResult
impl Clone for OstreeRepoFinderResult
Source§fn clone(&self) -> OstreeRepoFinderResult
fn clone(&self) -> OstreeRepoFinderResult
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 OstreeRepoFinderResult
impl Debug for OstreeRepoFinderResult
impl Copy for OstreeRepoFinderResult
Auto Trait Implementations§
impl Freeze for OstreeRepoFinderResult
impl RefUnwindSafe for OstreeRepoFinderResult
impl !Send for OstreeRepoFinderResult
impl !Sync for OstreeRepoFinderResult
impl Unpin for OstreeRepoFinderResult
impl UnwindSafe for OstreeRepoFinderResult
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