Struct libsolv_sys::ffi::s_Repodata[][src]

#[repr(C)]pub struct s_Repodata {
    pub repodataid: Id,
    pub repo: *mut s_Repo,
    pub state: c_int,
    pub loadcallback: Option<unsafe extern "C" fn(arg1: *mut s_Repodata)>,
    pub start: c_int,
    pub end: c_int,
    pub keys: *mut Repokey,
    pub nkeys: c_int,
    pub keybits: [c_uchar; 32],
    pub schemata: *mut Id,
    pub nschemata: c_int,
    pub schemadata: *mut Id,
    pub spool: Stringpool,
    pub localpool: c_int,
    pub dirpool: Dirpool,
}

Fields

repodataid: Idrepo: *mut s_Repostate: c_intloadcallback: Option<unsafe extern "C" fn(arg1: *mut s_Repodata)>start: c_intend: c_intkeys: *mut Repokeynkeys: c_intkeybits: [c_uchar; 32]schemata: *mut Idnschemata: c_intschemadata: *mut Idspool: Stringpoollocalpool: c_intdirpool: Dirpool

Trait Implementations

impl Clone for s_Repodata[src]

impl Copy for s_Repodata[src]

impl Debug for s_Repodata[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.