Struct lief::macho::relocation::Dyld
pub struct Dyld<'a> { /* private fields */ }
Expand description
Structure that represents a bytecode rebase operation (from LC_DYLD_INFO
)
Trait Implementations§
§impl RelocationBase for Dyld<'_>
impl RelocationBase for Dyld<'_>
§fn is_pc_relative(&self) -> bool
fn is_pc_relative(&self) -> bool
Indicates whether the item containing the address to be
relocated is part of a CPU instruction that uses PC-relative addressing. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Dyld<'a>
impl<'a> !Send for Dyld<'a>
impl<'a> !Sync for Dyld<'a>
impl<'a> Unpin for Dyld<'a>
impl<'a> UnwindSafe for Dyld<'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