Struct lief::pe::dynamic_relocation::DynamicRelocationV2
pub struct DynamicRelocationV2<'a> { /* private fields */ }
Expand description
This class represents a dynamic relocation (IMAGE_DYNAMIC_RELOCATION64_V2
or
IMAGE_DYNAMIC_RELOCATION32_V2
)
Trait Implementations§
§impl AsDynamicRelocation for DynamicRelocationV2<'_>
impl AsDynamicRelocation for DynamicRelocationV2<'_>
§impl Debug for DynamicRelocationV2<'_>
impl Debug for DynamicRelocationV2<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for DynamicRelocationV2<'a>
impl<'a> !Send for DynamicRelocationV2<'a>
impl<'a> !Sync for DynamicRelocationV2<'a>
impl<'a> Unpin for DynamicRelocationV2<'a>
impl<'a> !UnwindSafe for DynamicRelocationV2<'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