Struct lief::macho::relocation::Object
pub struct Object<'a> { /* private fields */ }
Expand description
This structure represents a relocation in a Mach-O object file (.o
)
Trait Implementations§
§impl RelocationBase for Object<'_>
impl RelocationBase for Object<'_>
§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 Object<'a>
impl<'a> !Send for Object<'a>
impl<'a> !Sync for Object<'a>
impl<'a> Unpin for Object<'a>
impl<'a> UnwindSafe for Object<'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