Struct libsolv_sys::ffi::s_Pool [−][src]
Fields
appdata: *mut c_voidss: s_Stringpoolrels: *mut Reldepnrels: c_intrepos: *mut *mut s_Reponrepos: c_inturepos: c_intinstalled: *mut s_Reposolvables: *mut Solvablensolvables: c_intlanguages: *mut *const c_charnlanguages: c_intdisttype: c_intid2arch: *mut Idid2color: *mut c_ucharlastarch: Idvendormap: Queuevendorclasses: *mut *const c_charwhatprovides: *mut Offsetwhatprovides_rel: *mut Offsetwhatprovidesdata: *mut Idwhatprovidesdataoff: Offsetwhatprovidesdataleft: c_intconsidered: *mut Mapnscallback: Option<unsafe extern "C" fn(arg1: *mut s_Pool, data: *mut c_void, name: Id, evr: Id) -> Id>nscallbackdata: *mut c_voiddebugmask: c_intdebugcallback: Option<unsafe extern "C" fn(arg1: *mut s_Pool, data: *mut c_void, type_: c_int, str_: *const c_char)>debugcallbackdata: *mut c_voidloadcallback: Option<unsafe extern "C" fn(arg1: *mut s_Pool, arg2: *mut s_Repodata, arg3: *mut c_void) -> c_int>loadcallbackdata: *mut c_voidpos: Datapospooljobs: QueueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for s_Pool
impl !Send for s_Pool
impl !Sync for s_Pool
impl Unpin for s_Pool
impl UnwindSafe for s_Pool
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,