alpm_depmissing_t

Type Alias alpm_depmissing_t 

Source
pub type alpm_depmissing_t = _alpm_depmissing_t;
Expand description

Missing dependency.

Aliased Type§

#[repr(C)]
pub struct alpm_depmissing_t { pub target: *mut u8, pub depend: *mut _alpm_depend_t, pub causingpkg: *mut u8, }

Fields§

§target: *mut u8

Name of the package that has the dependency

§depend: *mut _alpm_depend_t

The dependency that was wanted

§causingpkg: *mut u8

If the depmissing was caused by a conflict, the name of the package that would be installed, causing the satisfying package to be removed