pub type alpm_download_event_progress_t = _alpm_download_event_progress_t;
Expand description

Context struct for when a download progresses.

Aliased Type§

struct alpm_download_event_progress_t {
    pub downloaded: i64,
    pub total: i64,
}

Fields§

§downloaded: i64

Amount of data downloaded

§total: i64

Total amount need to be downloaded