Struct lief::coff::relocation::Relocation
pub struct Relocation<'a> { /* private fields */ }
Expand description
This class represents a COFF relocation
Implementations§
§impl Relocation<'_>
impl Relocation<'_>
pub fn symbol_idx(&self) -> u32
pub fn symbol_idx(&self) -> u32
Symbol index associated with this relocation
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Relocation<'a>
impl<'a> !Send for Relocation<'a>
impl<'a> !Sync for Relocation<'a>
impl<'a> Unpin for Relocation<'a>
impl<'a> !UnwindSafe for Relocation<'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