Struct libsolv_sys::ffi::s_Repowriter[][src]

#[repr(C)]pub struct s_Repowriter {
    pub repo: *mut Repo,
    pub flags: c_int,
    pub repodatastart: c_int,
    pub repodataend: c_int,
    pub solvablestart: c_int,
    pub solvableend: c_int,
    pub keyfilter: Option<unsafe extern "C" fn(repo: *mut Repo, key: *mut Repokey, kfdata: *mut c_void) -> c_int>,
    pub kfdata: *mut c_void,
    pub keyq: *mut Queue,
}

Fields

repo: *mut Repoflags: c_intrepodatastart: c_intrepodataend: c_intsolvablestart: c_intsolvableend: c_intkeyfilter: Option<unsafe extern "C" fn(repo: *mut Repo, key: *mut Repokey, kfdata: *mut c_void) -> c_int>kfdata: *mut c_voidkeyq: *mut Queue

Trait Implementations

impl Clone for s_Repowriter[src]

impl Copy for s_Repowriter[src]

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