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