pub struct MacroIter<R: Reader> { /* private fields */ }
Expand description
Iterator over the entries in the .debug_macro
section.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for MacroIter<R>where
R: Freeze,
impl<R> RefUnwindSafe for MacroIter<R>where
R: RefUnwindSafe,
impl<R> Send for MacroIter<R>where
R: Send,
impl<R> Sync for MacroIter<R>where
R: Sync,
impl<R> Unpin for MacroIter<R>where
R: Unpin,
impl<R> UnwindSafe for MacroIter<R>where
R: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more