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