Type Alias alpm_sys::alpm_event_hook_t

source ·
pub type alpm_event_hook_t = _alpm_event_hook_t;
Expand description

pre/post transaction hooks are to be ran.

Aliased Type§

struct alpm_event_hook_t {
    pub type_: _alpm_event_type_t,
    pub when: _alpm_hook_when_t,
}

Fields§

§type_: _alpm_event_type_t

Type of event

§when: _alpm_hook_when_t

Type of hook