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