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