Type Alias alpm_sys::alpm_question_conflict_t
source · pub type alpm_question_conflict_t = _alpm_question_conflict_t;
Expand description
Should a conflicting package be removed?
Aliased Type§
struct alpm_question_conflict_t {
pub type_: u32,
pub remove: i32,
pub conflict: *mut _alpm_conflict_t,
}
Fields§
§type_: u32
Type of question
remove: i32
Answer: whether or not to remove conflict->package2
conflict: *mut _alpm_conflict_t
Conflict info