#[repr(C)]pub struct PackagePtr {
pub ptr: UniquePtr<PkgIterator>,
}Expand description
A wrapper around the Apt pkgIterator.
Fields
ptr: UniquePtr<PkgIterator>Trait Implementations
sourceimpl Debug for PackagePtr
impl Debug for PackagePtr
sourceimpl ExternType for PackagePtr
impl ExternType for PackagePtr
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl RefUnwindSafe for PackagePtr
impl !Send for PackagePtr
impl !Sync for PackagePtr
impl !Unpin for PackagePtr
impl UnwindSafe for PackagePtr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more