Enum alpm_sys::alpm_package_operation_t [−][src]
#[repr(u32)]
pub enum alpm_package_operation_t {
ALPM_PACKAGE_INSTALL,
ALPM_PACKAGE_UPGRADE,
ALPM_PACKAGE_REINSTALL,
ALPM_PACKAGE_DOWNGRADE,
ALPM_PACKAGE_REMOVE,
}Variants
Package (to be) installed. (No oldpkg)
Package (to be) upgraded
Package (to be) re-installed.
Package (to be) downgraded.
Package (to be) removed. (No newpkg)
Trait Implementations
impl Clone for _alpm_package_operation_t[src]
impl Clone for _alpm_package_operation_t[src]fn clone(&self) -> _alpm_package_operation_t[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _alpm_package_operation_t[src]
impl Copy for _alpm_package_operation_t[src]impl Eq for _alpm_package_operation_t[src]
impl Eq for _alpm_package_operation_t[src]impl Hash for _alpm_package_operation_t[src]
impl Hash for _alpm_package_operation_t[src]Auto Trait Implementations
impl RefUnwindSafe for _alpm_package_operation_t
impl RefUnwindSafe for _alpm_package_operation_timpl Send for _alpm_package_operation_t
impl Send for _alpm_package_operation_timpl Sync for _alpm_package_operation_t
impl Sync for _alpm_package_operation_timpl Unpin for _alpm_package_operation_t
impl Unpin for _alpm_package_operation_timpl UnwindSafe for _alpm_package_operation_t
impl UnwindSafe for _alpm_package_operation_t