Struct lief::pe::dynamic_fixups::ControlTransfer
pub struct ControlTransfer<'a> { /* private fields */ }
Expand description
This class wraps fixups associated with the (special) symbol value:
crate::pe::dynamic_relocation::IMAGE_DYNAMIC_RELOCATION_GUARD_IMPORT_CONTROL_TRANSFER
.
Implementations§
§impl ControlTransfer<'_>
impl ControlTransfer<'_>
pub fn relocations(&self) -> ControlTransferEntries<'_> ⓘ
pub fn relocations(&self) -> ControlTransferEntries<'_> ⓘ
Iterator over the relocations
Trait Implementations§
§impl Debug for ControlTransfer<'_>
impl Debug for ControlTransfer<'_>
§impl Display for ControlTransfer<'_>
impl Display for ControlTransfer<'_>
impl AsDynamicFixup for ControlTransfer<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ControlTransfer<'a>
impl<'a> !Send for ControlTransfer<'a>
impl<'a> !Sync for ControlTransfer<'a>
impl<'a> Unpin for ControlTransfer<'a>
impl<'a> !UnwindSafe for ControlTransfer<'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