Struct lief::pe::dynamic_fixups::Arm64XRelocEntry
pub struct Arm64XRelocEntry<'a> { /* private fields */ }
Expand description
Structure that describes a relocation entry for Arm64X
Implementations§
§impl Arm64XRelocEntry<'_>
impl Arm64XRelocEntry<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Arm64XRelocEntry<'a>
impl<'a> !Send for Arm64XRelocEntry<'a>
impl<'a> !Sync for Arm64XRelocEntry<'a>
impl<'a> Unpin for Arm64XRelocEntry<'a>
impl<'a> !UnwindSafe for Arm64XRelocEntry<'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