Type Alias alpm_sys::alpm_sigresult_t
source · pub type alpm_sigresult_t = _alpm_sigresult_t;
Expand description
Signature result. Contains the key, status, and validity of a given signature.
Aliased Type§
struct alpm_sigresult_t {
pub key: _alpm_pgpkey_t,
pub status: _alpm_sigstatus_t,
pub validity: _alpm_sigvalidity_t,
}
Fields§
§key: _alpm_pgpkey_t
The key of the signature
status: _alpm_sigstatus_t
The status of the signature
validity: _alpm_sigvalidity_t
The validity of the signature