Type Alias alpm_sys::alpm_siglist_t

source ·
pub type alpm_siglist_t = _alpm_siglist_t;
Expand description

Signature list. Contains the number of signatures found and a pointer to an array of results. The array is of size count.

Aliased Type§

struct alpm_siglist_t {
    pub count: usize,
    pub results: *mut _alpm_sigresult_t,
}

Fields§

§count: usize

The amount of results in the array

§results: *mut _alpm_sigresult_t

An array of sigresults