Enum lief::macho::relocation::Relocation
pub enum Relocation<'a> {
Generic(Generic<'a>),
Dyld(Dyld<'a>),
Fixup(Fixup<'a>),
Object(Object<'a>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Relocation<'a>
impl<'a> !Send for Relocation<'a>
impl<'a> !Sync for Relocation<'a>
impl<'a> Unpin for Relocation<'a>
impl<'a> UnwindSafe for Relocation<'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