Trait alpm::IntoPkgAdd[][src]

pub unsafe trait IntoPkgAdd: Debug { }

Implementors

impl<'a> IntoPkgAdd for LoadedPackage<'a>[src]

unsafe fn as_alpm_pkg_t(&self) -> *mut alpm_pkg_t[src]

unsafe fn added(self)[src]

impl<'a> IntoPkgAdd for Package<'a>[src]

unsafe fn as_alpm_pkg_t(&self) -> *mut alpm_pkg_t[src]

unsafe fn added(self)[src]