[][src]Trait alpm::AsAlpmListItem

pub unsafe trait AsAlpmListItem<'a> {
    fn as_alpm_list_item(
        handle: &'a Alpm,
        ptr: *mut c_void,
        _free: FreeMethod
    ) -> Self; }

Required methods

fn as_alpm_list_item(
    handle: &'a Alpm,
    ptr: *mut c_void,
    _free: FreeMethod
) -> Self

Loading content...

Implementations on Foreign Types

impl<'a> AsAlpmListItem<'a> for &'a str[src]

impl<'a> AsAlpmListItem<'a> for String[src]

Loading content...

Implementors

impl<'a> AsAlpmListItem<'a> for Backup[src]

impl<'a> AsAlpmListItem<'a> for Conflict[src]

impl<'a> AsAlpmListItem<'a> for Db<'a>[src]

impl<'a> AsAlpmListItem<'a> for DepMissing[src]

impl<'a> AsAlpmListItem<'a> for Depend<'a>[src]

impl<'a> AsAlpmListItem<'a> for FileConflict[src]

impl<'a> AsAlpmListItem<'a> for Group<'a>[src]

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

Loading content...