Struct object::read::pe::RelocationBlockIterator
source · pub struct RelocationBlockIterator<'data> { /* private fields */ }
Expand description
An iterator over the relocation blocks in the .reloc
section of a PE file.
Implementations§
Trait Implementations§
source§impl<'data> Clone for RelocationBlockIterator<'data>
impl<'data> Clone for RelocationBlockIterator<'data>
source§fn clone(&self) -> RelocationBlockIterator<'data>
fn clone(&self) -> RelocationBlockIterator<'data>
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 moresource§impl<'data> Debug for RelocationBlockIterator<'data>
impl<'data> Debug for RelocationBlockIterator<'data>
source§impl<'data> Default for RelocationBlockIterator<'data>
impl<'data> Default for RelocationBlockIterator<'data>
source§fn default() -> RelocationBlockIterator<'data>
fn default() -> RelocationBlockIterator<'data>
Returns the “default value” for a type. Read more
impl<'data> Copy for RelocationBlockIterator<'data>
Auto Trait Implementations§
impl<'data> RefUnwindSafe for RelocationBlockIterator<'data>
impl<'data> Send for RelocationBlockIterator<'data>
impl<'data> Sync for RelocationBlockIterator<'data>
impl<'data> Unpin for RelocationBlockIterator<'data>
impl<'data> UnwindSafe for RelocationBlockIterator<'data>
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