Struct lief::pe::dynamic_fixups::ControlTransferEntry
pub struct ControlTransferEntry<'a> { /* private fields */ }
Expand description
Mirror IMAGE_IMPORT_CONTROL_TRANSFER_DYNAMIC_RELOCATION
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ControlTransferEntry<'a>
impl<'a> !Send for ControlTransferEntry<'a>
impl<'a> !Sync for ControlTransferEntry<'a>
impl<'a> Unpin for ControlTransferEntry<'a>
impl<'a> !UnwindSafe for ControlTransferEntry<'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