Struct dynasmrt::x64::X64Relocation [−][src]
pub struct X64Relocation { /* fields omitted */ }
Expand description
Relocation implementation for the x64 architecture.
Trait Implementations
The encoded representation for this relocation that is emitted by the dynasm! macro.
construct this relocation from an encoded representation.
construct this relocation from a simple size. This is used to implement relocations in directives and literal pools.
Write a value into a buffer of size self.size()
in the format of this relocation.
Any bits not part of the relocation should be preserved. Read more
Read a value from a buffer of size self.size()
in the format of this relocation.
Specifies what kind of relocation this relocation instance is.
Auto Trait Implementations
impl RefUnwindSafe for X64Relocation
impl Send for X64Relocation
impl Sync for X64Relocation
impl Unpin for X64Relocation
impl UnwindSafe for X64Relocation
Blanket Implementations
Mutably borrows from an owned value. Read more