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