Struct libsolv_sys::ffi::s_Dataiterator[][src]

#[repr(C)]pub struct s_Dataiterator {
    pub state: c_int,
    pub flags: c_int,
    pub pool: *mut Pool,
    pub repo: *mut s_Repo,
    pub data: *mut s_Repodata,
    pub dp: *mut c_uchar,
    pub ddp: *mut c_uchar,
    pub idp: *mut Id,
    pub keyp: *mut Id,
    pub key: *mut s_Repokey,
    pub kv: KeyValue,
    pub matcher: Datamatcher,
    pub keyname: Id,
    pub repodataid: Id,
    pub solvid: Id,
    pub repoid: Id,
    pub keynames: [Id; 4],
    pub nkeynames: c_int,
    pub rootlevel: c_int,
    pub parents: [s_Dataiterator_di_parent; 3],
    pub nparents: c_int,
    pub vert_ddp: *mut c_uchar,
    pub vert_off: Id,
    pub vert_len: Id,
    pub vert_storestate: Id,
    pub dupstr: *mut c_char,
    pub dupstrn: c_int,
    pub keyskip: *mut Id,
    pub oldkeyskip: *mut Id,
}

Fields

state: c_intflags: c_intpool: *mut Poolrepo: *mut s_Repodata: *mut s_Repodatadp: *mut c_ucharddp: *mut c_ucharidp: *mut Idkeyp: *mut Idkey: *mut s_Repokeykv: KeyValuematcher: Datamatcherkeyname: Idrepodataid: Idsolvid: Idrepoid: Idkeynames: [Id; 4]nkeynames: c_introotlevel: c_intparents: [s_Dataiterator_di_parent; 3]nparents: c_intvert_ddp: *mut c_ucharvert_off: Idvert_len: Idvert_storestate: Iddupstr: *mut c_chardupstrn: c_intkeyskip: *mut Idoldkeyskip: *mut Id

Trait Implementations

impl Clone for s_Dataiterator[src]

impl Copy for s_Dataiterator[src]

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