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