#[repr(C)]pub struct PkgIterator { /* private fields */ }Expand description
Apt C++ Type
Trait Implementations
sourceimpl ExternType for PkgIterator
impl ExternType for PkgIterator
type Kind = Opaque
type Kind = Opaque
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
impl UniquePtrTarget for PkgIterator
Auto Trait Implementations
impl RefUnwindSafe for PkgIterator
impl !Send for PkgIterator
impl !Sync for PkgIterator
impl !Unpin for PkgIterator
impl UnwindSafe for PkgIterator
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