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