Type Alias alpm_sys::alpm_backup_t

source ·
pub type alpm_backup_t = _alpm_backup_t;
Expand description

Local package or package file backup entry

Aliased Type§

struct alpm_backup_t {
    pub name: *mut i8,
    pub hash: *mut i8,
}

Fields§

§name: *mut i8

Name of the file (without .pacsave extension)

§hash: *mut i8

Hash of the filename (used internally)