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