Struct lief::pe::relocation::Entry
pub struct Entry<'a> { /* private fields */ }
Expand description
Class which represents an entry in the relocation table
It implements the generic::Relocation
trait which provides additional functions
Implementations§
§impl Entry<'_>
impl Entry<'_>
pub fn position(&self) -> u64
pub fn position(&self) -> u64
Offset relative to Relocation::virtual_address
where the relocation occurs.
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Entry<'a>
impl<'a> !Send for Entry<'a>
impl<'a> !Sync for Entry<'a>
impl<'a> Unpin for Entry<'a>
impl<'a> UnwindSafe for Entry<'a>
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