#[repr(C)]pub struct Records {
pub records: UniquePtr<PkgRecords>,
}Expand description
A wrapper around the Apt pkgRecords class.
Fields
records: UniquePtr<PkgRecords>Trait Implementations
sourceimpl ExternType for Records
impl ExternType for Records
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl RefUnwindSafe for Records
impl !Send for Records
impl !Sync for Records
impl !Unpin for Records
impl UnwindSafe for Records
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