Trait alpm::IntoAlpmListItem [−][src]
pub unsafe trait IntoAlpmListItem<'a, 'b> { type Borrow; unsafe fn into_alpm_list_item(handle: &'a Alpm, ptr: *mut c_void) -> Self; unsafe fn as_alpm_list_item(
handle: &'a Alpm,
ptr: *mut c_void
) -> Self::Borrow; }