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