Struct libsolv_sys::ffi::s_Solver[][src]

#[repr(C)]pub struct s_Solver {
    pub pool: *mut Pool,
    pub job: Queue,
    pub solution_callback: Option<unsafe extern "C" fn(solv: *mut s_Solver, data: *mut c_void) -> c_int>,
    pub solution_callback_data: *mut c_void,
    pub pooljobcnt: c_int,
}

Fields

pool: *mut Pooljob: Queuesolution_callback: Option<unsafe extern "C" fn(solv: *mut s_Solver, data: *mut c_void) -> c_int>solution_callback_data: *mut c_voidpooljobcnt: c_int

Trait Implementations

impl Clone for s_Solver[src]

impl Copy for s_Solver[src]

impl Debug for s_Solver[src]

Auto Trait Implementations

impl RefUnwindSafe for s_Solver

impl !Send for s_Solver

impl !Sync for s_Solver

impl Unpin for s_Solver

impl UnwindSafe for s_Solver

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.