Struct lief::pe::dynamic_fixups::Arm64X
pub struct Arm64X<'a> { /* private fields */ }
Expand description
This structure represents the crate::pe::dynamic_relocation::IMAGE_DYNAMIC_RELOCATION_ARM64X
special value
Implementations§
§impl Arm64X<'_>
impl Arm64X<'_>
pub fn relocations(&self) -> Arm64XRelocEntries<'_> ⓘ
pub fn relocations(&self) -> Arm64XRelocEntries<'_> ⓘ
Iterator over the relocations
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Arm64X<'a>
impl<'a> !Send for Arm64X<'a>
impl<'a> !Sync for Arm64X<'a>
impl<'a> Unpin for Arm64X<'a>
impl<'a> !UnwindSafe for Arm64X<'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