pub enum RelocationKindResolver {
Show 14 variants Abs4, Abs8, X86PCRel4, X86PCRel8, X86CallPCRel4, X86CallPLTRel4, X86GOTPCRel4, Arm32Call, Arm64Call, Arm64Movw0, Arm64Movw1, Arm64Movw2, Arm64Movw3, ElfX86_64TlsGd,
}
Expand description

The resolver for an archived RelocationKind

Variants

Abs4

The resolver for RelocationKind::Abs4

Abs8

The resolver for RelocationKind::Abs8

X86PCRel4

The resolver for RelocationKind::X86PCRel4

X86PCRel8

The resolver for RelocationKind::X86PCRel8

X86CallPCRel4

X86CallPLTRel4

X86GOTPCRel4

Arm32Call

The resolver for RelocationKind::Arm32Call

Arm64Call

The resolver for RelocationKind::Arm64Call

Arm64Movw0

The resolver for RelocationKind::Arm64Movw0

Arm64Movw1

The resolver for RelocationKind::Arm64Movw1

Arm64Movw2

The resolver for RelocationKind::Arm64Movw2

Arm64Movw3

The resolver for RelocationKind::Arm64Movw3

ElfX86_64TlsGd

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Deserializes using the given deserializer

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type for metadata in pointers and references to Self.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.