Enum binaryninja::relocation::RelocationType
source · pub enum RelocationType {
ELFGlobalRelocationType,
ELFCopyRelocationType,
ELFJumpSlotRelocationType,
StandardRelocationType,
IgnoredRelocation,
UnhandledRelocation,
}
Variants§
ELFGlobalRelocationType
ELFCopyRelocationType
ELFJumpSlotRelocationType
StandardRelocationType
IgnoredRelocation
UnhandledRelocation
Trait Implementations§
source§impl Clone for RelocationType
impl Clone for RelocationType
source§fn clone(&self) -> RelocationType
fn clone(&self) -> RelocationType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RelocationType
impl Debug for RelocationType
source§impl From<BNRelocationType> for RelocationType
impl From<BNRelocationType> for RelocationType
source§impl From<RelocationType> for BNRelocationType
impl From<RelocationType> for BNRelocationType
source§fn from(t: RelocationType) -> Self
fn from(t: RelocationType) -> Self
Converts to this type from the input type.
source§impl Hash for RelocationType
impl Hash for RelocationType
source§impl PartialEq for RelocationType
impl PartialEq for RelocationType
source§fn eq(&self, other: &RelocationType) -> bool
fn eq(&self, other: &RelocationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RelocationType
impl Eq for RelocationType
impl StructuralPartialEq for RelocationType
Auto Trait Implementations§
impl RefUnwindSafe for RelocationType
impl Send for RelocationType
impl Sync for RelocationType
impl Unpin for RelocationType
impl UnwindSafe for RelocationType
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