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