Expand description
A wrapper around PkgFileIterator.
Fields
ptr: UniquePtr<PkgFile>PackageFile UniquePtr.
Trait Implementations
sourceimpl Debug for PackageFile
impl Debug for PackageFile
sourceimpl ExternType for PackageFile
impl ExternType for PackageFile
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl RefUnwindSafe for PackageFile
impl !Send for PackageFile
impl !Sync for PackageFile
impl !Unpin for PackageFile
impl UnwindSafe for PackageFile
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