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