Struct gimli::read::CallFrameInstructionIter
source · pub struct CallFrameInstructionIter<'a, R: Reader> { /* private fields */ }
Expand description
A lazy iterator parsing call frame instructions.
Can be used with
FallibleIterator
.
Implementations§
source§impl<'a, R: Reader> CallFrameInstructionIter<'a, R>
impl<'a, R: Reader> CallFrameInstructionIter<'a, R>
Trait Implementations§
source§impl<'a, R: Clone + Reader> Clone for CallFrameInstructionIter<'a, R>
impl<'a, R: Clone + Reader> Clone for CallFrameInstructionIter<'a, R>
source§fn clone(&self) -> CallFrameInstructionIter<'a, R>
fn clone(&self) -> CallFrameInstructionIter<'a, R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a, R> Freeze for CallFrameInstructionIter<'a, R>where
R: Freeze,
impl<'a, R> RefUnwindSafe for CallFrameInstructionIter<'a, R>where
R: RefUnwindSafe,
impl<'a, R> Send for CallFrameInstructionIter<'a, R>
impl<'a, R> Sync for CallFrameInstructionIter<'a, R>where
R: Sync,
impl<'a, R> Unpin for CallFrameInstructionIter<'a, R>where
R: Unpin,
impl<'a, R> UnwindSafe for CallFrameInstructionIter<'a, R>where
R: UnwindSafe + RefUnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)