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
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more