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