[][src]Struct ostree_sys::OstreeRepoFinderResult

#[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

impl Clone for OstreeRepoFinderResult[src]

impl Copy for OstreeRepoFinderResult[src]

impl Debug for OstreeRepoFinderResult[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.