Struct libsolv_sys::ffi::s_Repo[][src]

#[repr(C)]pub struct s_Repo {
    pub name: *const c_char,
    pub repoid: Id,
    pub appdata: *mut c_void,
    pub pool: *mut Pool,
    pub start: c_int,
    pub end: c_int,
    pub nsolvables: c_int,
    pub disabled: c_int,
    pub priority: c_int,
    pub subpriority: c_int,
    pub idarraydata: *mut Id,
    pub idarraysize: c_int,
    pub nrepodata: c_int,
    pub rpmdbid: *mut Id,
}

Fields

name: *const c_charrepoid: Idappdata: *mut c_voidpool: *mut Poolstart: c_intend: c_intnsolvables: c_intdisabled: c_intpriority: c_intsubpriority: c_intidarraydata: *mut Ididarraysize: c_intnrepodata: c_intrpmdbid: *mut Id

Trait Implementations

impl Clone for s_Repo[src]

impl Copy for s_Repo[src]

impl Debug for s_Repo[src]

Auto Trait Implementations

impl RefUnwindSafe for s_Repo

impl !Send for s_Repo

impl !Sync for s_Repo

impl Unpin for s_Repo

impl UnwindSafe for s_Repo

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.